Interface | Description |
---|---|
IObjectsList |
basic interface for space list/iterator
|
IScanListIterator<T> |
IScanListIterator defines the interface for the result of stored-lists/extended indexes matching
|
Class | Description |
---|---|
CircularNumerator<T> | |
ConcurrentSegmentedStoredList<T> | |
ConcurrentStoredList<T> | |
ExternallyLockedStoredList<T> |
no Lock version of StoredList locks should be external to this class scanning after establishing
a starting position should be left lock free
|
ExternallyLockedStoredList.ObjectInfo<T> | |
ExternallyLockedStoredList.StoredListIterator<T> | |
ExternallyLockedStoredList.StoredListIterator.StoredListIteratorFactory | |
IterableStoredListIterator<T> |
Iterator over an
AbstractStoredList . |
MultiIntersectedStoredList<T> |
List of lists that should return result after intersection.
|
MultiStoredList<T> |
List of stored lists.
|
RwlLocksPool |
Maintains a pool of ReadWriteLock lockers, used by SLs in order to avoid creating an expensive
lock per SL (i.e.- index value) used by classes like RwlSegmentedStoredList or RwlStoredList in
order to reduce memory footprint.
|
RwlSegmentedStoredList<T> | Deprecated |
ScanSingleListIterator<T> |
TODO add Javadoc
|
ScanUidsIterator |
TODO add Javadoc
|
StoredListChainSegment<T> |
TODO add Javadoc
|
Copyright © GigaSpaces.