Package | Description |
---|---|
com.gigaspaces.internal.query | |
com.gigaspaces.internal.utils.collections.economy | |
com.j_spaces.core.cache | |
com.j_spaces.core.cache.blobStore | |
com.j_spaces.core.cache.blobStore.storage.preFetch | |
com.j_spaces.core.cache.fifoGroup | |
com.j_spaces.core.cache.mvcc | |
com.j_spaces.kernel |
Provides GigaSpaces low level services
|
com.j_spaces.kernel.list |
Modifier and Type | Class and Description |
---|---|
static class |
IQueryIndexScanner.ResultIndicator |
Modifier and Type | Method and Description |
---|---|
protected IObjectsList |
RangeIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected IObjectsList |
NotRegexIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected IObjectsList |
ExacValueCompoundIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected IObjectsList |
RelationIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected IObjectsList |
UidsIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected IObjectsList |
InValueIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected IObjectsList |
ExactValueIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected abstract IObjectsList |
AbstractQueryIndex.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected IObjectsList |
NullValueIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected IObjectsList |
RangeCompoundIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
protected IObjectsList |
RegexIndexScanner.getEntriesByIndex(Context context,
TypeData typeData,
TypeDataIndex<Object> index,
boolean fifoGroupsScan) |
IObjectsList |
IQueryIndexScanner.getIndexedEntriesByType(Context context,
TypeData typeData,
ITemplateHolder template,
int latestIndexToConsider) |
IObjectsList |
CompoundOrIndexScanner.getIndexedEntriesByType(Context context,
TypeData typeData,
ITemplateHolder template,
int latestIndexToConsider) |
IObjectsList |
CompoundAndIndexScanner.getIndexedEntriesByType(Context context,
TypeData typeData,
ITemplateHolder template,
int latestIndexToConsider) |
IObjectsList |
NotRegexIndexScanner.getIndexedEntriesByType(Context context,
TypeData typeData,
ITemplateHolder template,
int latestIndexToConsider) |
IObjectsList |
RelationIndexScanner.getIndexedEntriesByType(Context context,
TypeData typeData,
ITemplateHolder template,
int latestIndexToConsider) |
IObjectsList |
UidsIndexScanner.getIndexedEntriesByType(Context context,
TypeData typeData,
ITemplateHolder template,
int latestIndexToConsider) |
IObjectsList |
InValueIndexScanner.getIndexedEntriesByType(Context context,
TypeData typeData,
ITemplateHolder template,
int latestIndexToConsider) |
IObjectsList |
AbstractQueryIndex.getIndexedEntriesByType(Context context,
TypeData typeData,
ITemplateHolder template,
int latestIndexToConsider) |
IObjectsList |
RegexIndexScanner.getIndexedEntriesByType(Context context,
TypeData typeData,
ITemplateHolder template,
int latestIndexToConsider) |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSegmentedStoredListHashmapEntry<T>
TODO add Javadoc
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEntryCacheInfo |
interface |
IExtendedIndexIterator<V>
IOrderedIndexScan defines the interface for an ordered index scan.
|
Modifier and Type | Class and Description |
---|---|
class |
EvictableEntryCacheInfo |
class |
ExtendedIndexIterator<V> |
class |
MemoryBasedEntryCacheInfo |
class |
QueryExtensionIndexEntryIteratorWrapper |
static class |
RecentExtendedIndexUpdates.RecentExtendedUpdatesIter |
class |
ScanListSAIterator
TODO add Javadoc
|
class |
TemplateCacheInfo |
Modifier and Type | Class and Description |
---|---|
class |
BlobStoreRefEntryCacheInfo
The resident part of entry that resides blob-store
|
Modifier and Type | Class and Description |
---|---|
class |
BlobStorePreFetchIteratorBasedHandler
handles prefetch activity
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFifoGroupIterator<T>
IFifoGroupIterator for scanning in order to locate fifo-groups
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedCompoundIndexFifoGroupsIterator<V> |
class |
ExtendedIndexFifoGroupsIterator<V> |
class |
FifoGroupsMultiList<T>
TODO add Javadoc
|
class |
FifoGroupsScanAllValuesByCompoundIndexIterator<T>
TODO add Javadoc
|
class |
FifoGroupsScanAllValuesIterator<T>
TODO add Javadoc
|
class |
FifoGroupsScanByFGIndexIterator<EntryCacheInfo>
TODO add Javadoc
|
class |
FifoGroupsScanByGeneralIndexIterator
TODO add Javadoc
|
Modifier and Type | Method and Description |
---|---|
protected IScanListIterator<T> |
FifoGroupsMultiList.prepareListIterator(IObjectsList list) |
Modifier and Type | Class and Description |
---|---|
class |
MVCCEntryCacheInfo |
class |
MVCCShellEntryCacheInfo |
Modifier and Type | Interface and Description |
---|---|
interface |
IOrderedList<T> |
interface |
IStoredList<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStoredList<T>
An abstract implementation of the IStoredList, provides common
|
class |
HashedSimpleLockIStoredList<T>
hash-backed Read/Write Lock version of StoredList to be used with JDK 1.5+
|
class |
SimpleLockStoredList<T>
Read/Write Lock version of StoredList to be used with JDK 1.5+
|
Modifier and Type | Interface and Description |
---|---|
interface |
IScanListIterator<T>
IScanListIterator defines the interface for the result of stored-lists/extended indexes matching
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSegmentedStoredList<T> |
class |
ConcurrentStoredList<T> |
class |
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
|
class |
MultiIntersectedStoredList<T>
List of lists that should return result after intersection.
|
class |
MultiStoredList<T>
List of stored lists.
|
class |
RwlSegmentedStoredList<T>
Deprecated.
|
class |
ScanSingleListIterator<T>
TODO add Javadoc
|
class |
ScanUidsIterator
TODO add Javadoc
|
Modifier and Type | Method and Description |
---|---|
List<IObjectsList> |
MultiStoredList.getAllLists() |
Modifier and Type | Method and Description |
---|---|
void |
MultiStoredList.add(IObjectsList l) |
void |
MultiIntersectedStoredList.add(IObjectsList list,
boolean shortest) |
protected IScanListIterator<T> |
MultiIntersectedStoredList.prepareListIterator(IObjectsList list) |
protected IScanListIterator<T> |
MultiStoredList.prepareListIterator(IObjectsList list) |
Constructor and Description |
---|
MultiIntersectedStoredList(Context context,
IObjectsList list,
boolean fifoScan,
IObjectsList allElementslist,
boolean falsePositiveFilterOnly) |
MultiIntersectedStoredList(Context context,
IObjectsList list,
boolean fifoScan,
IObjectsList allElementslist,
boolean falsePositiveFilterOnly,
boolean alternatingThread) |
Constructor and Description |
---|
MultiStoredList(List<IObjectsList> multiList,
boolean fifoScan) |
MultiStoredList(List<IObjectsList> multiList,
boolean fifoScan,
boolean alternatingThread) |
Copyright © GigaSpaces.