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 |
---|---|
ConcurrentSegmentedStoredList<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> |
segmented Read/Write Lock version of StoredList to be used with JDK 1.5+ NOTE : some of the apis
of IStoredList are not supported used just for shortest path selected fifo & order related apis
not supported
|
ScanSingleListIterator<T> |
TODO add Javadoc
|
StoredListChainSegment<T> |
TODO add Javadoc
|
Copyright © GigaSpaces.