Package | Description |
---|---|
com.j_spaces.core.cache | |
com.j_spaces.core.cache.blobStore | |
com.j_spaces.core.cache.mvcc | |
com.j_spaces.kernel |
Provides GigaSpaces low level services
|
com.j_spaces.kernel.list |
Modifier and Type | Interface and Description |
---|---|
interface |
IEntryCacheInfo |
Modifier and Type | Class and Description |
---|---|
class |
EvictableEntryCacheInfo |
class |
MemoryBasedEntryCacheInfo |
class |
TemplateCacheInfo |
Modifier and Type | Method and Description |
---|---|
IStoredListIterator<TemplateCacheInfo> |
TemplateCacheInfo.establishListScan(boolean random_scan) |
IStoredListIterator<IEntryCacheInfo> |
MemoryBasedEntryCacheInfo.establishListScan(boolean random_scan) |
IStoredListIterator<IEntryCacheInfo> |
MemoryBasedEntryCacheInfo.next(IStoredListIterator<IEntryCacheInfo> slh) |
IStoredListIterator<TemplateCacheInfo> |
TemplateCacheInfo.next(IStoredListIterator<TemplateCacheInfo> slh) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateCacheInfo.freeSLHolder(IStoredListIterator slh) |
void |
MemoryBasedEntryCacheInfo.freeSLHolder(IStoredListIterator slh) |
IStoredListIterator<IEntryCacheInfo> |
MemoryBasedEntryCacheInfo.next(IStoredListIterator<IEntryCacheInfo> slh) |
IStoredListIterator<TemplateCacheInfo> |
TemplateCacheInfo.next(IStoredListIterator<TemplateCacheInfo> slh) |
Modifier and Type | Class and Description |
---|---|
class |
BlobStoreRefEntryCacheInfo
The resident part of entry that resides blob-store
|
Modifier and Type | Method and Description |
---|---|
IStoredListIterator<IEntryCacheInfo> |
BlobStoreRefEntryCacheInfo.establishListScan(boolean random_scan) |
IStoredListIterator<IEntryCacheInfo> |
BlobStoreRefEntryCacheInfo.next(IStoredListIterator<IEntryCacheInfo> slh) |
Modifier and Type | Method and Description |
---|---|
void |
BlobStoreRefEntryCacheInfo.freeSLHolder(IStoredListIterator slh) |
IStoredListIterator<IEntryCacheInfo> |
BlobStoreRefEntryCacheInfo.next(IStoredListIterator<IEntryCacheInfo> slh) |
Modifier and Type | Class and Description |
---|---|
class |
MVCCEntryCacheInfo |
class |
MVCCShellEntryCacheInfo |
Modifier and Type | Class and Description |
---|---|
class |
StoredListIterator<T>
Iterates the data in the StoredList
|
Modifier and Type | Method and Description |
---|---|
IStoredListIterator<T> |
IOrderedList.establishListOrderedScan(IObjectInfo<T> OrderedScanPivot,
boolean ascending)
establish a scan position in one direction ascending (towards head) or descending (towards
tail).
|
IStoredListIterator<T> |
ICollection.establishListScan(boolean random_scan)
establish a scan position.
|
default IStoredListIterator<T> |
ICollection.establishListScan(boolean random_scan,
boolean alternatingThread)
establish a scan position.
|
IStoredListIterator<T> |
ICollection.next(IStoredListIterator<T> slh)
Returns the next element in the scan order.
|
IStoredListIterator<T> |
AbstractStoredList.next(IStoredListIterator<T> slh)
get the next element in scan order
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractStoredList.freeSLHolder(IStoredListIterator<T> slh)
this method is called by outside scan that want to quit the scan and return the slholder to
the factory
|
void |
IStoredList.freeSLHolder(IStoredListIterator<T> slh)
Called by an outside scan that wants to quit the scan and return the slholder to the resource
pool.
|
IStoredListIterator<T> |
ICollection.next(IStoredListIterator<T> slh)
Returns the next element in the scan order.
|
IStoredListIterator<T> |
AbstractStoredList.next(IStoredListIterator<T> slh)
get the next element in scan order
|
Modifier and Type | Class and Description |
---|---|
static class |
ExternallyLockedStoredList.StoredListIterator<T> |
Modifier and Type | Method and Description |
---|---|
IStoredListIterator<T> |
ExternallyLockedStoredList.establishListOrderedScan(IObjectInfo<T> OrderedScanPivot,
boolean ascending)
establish a scan position in one direction ascending (twrds head) or descending (towards
tail).
|
IStoredListIterator<T> |
RwlSegmentedStoredList.establishListScan(boolean random_scan)
Deprecated.
establish a scan position.
|
IStoredListIterator<T> |
ConcurrentStoredList.establishListScan(boolean randomScan)
establish a scan position.
|
IStoredListIterator<T> |
ConcurrentStoredList.establishListScan(boolean randomScan,
boolean alternatingThread)
establish a scan position.
|
IStoredListIterator<T> |
ExternallyLockedStoredList.next(IStoredListIterator<T> slh)
get the next element in scan order
|
IStoredListIterator<T> |
RwlSegmentedStoredList.next(IStoredListIterator<T> slh)
Deprecated.
get the next element in scan order
|
IStoredListIterator<T> |
ConcurrentStoredList.next(IStoredListIterator<T> slh)
get the next element in scan order
|
protected IStoredListIterator<T> |
ExternallyLockedStoredList.nextPos(ExternallyLockedStoredList.StoredListIterator<T> slh) |
Modifier and Type | Method and Description |
---|---|
void |
ExternallyLockedStoredList.freeSLHolder(IStoredListIterator<T> slh)
this method is called by outside scan that want to quit the scan and return the slholder to
the factory
|
void |
RwlSegmentedStoredList.freeSLHolder(IStoredListIterator<T> slh)
Deprecated.
this method is called by outside scan that want to quit the scan and return the slholder to
the factory
|
void |
ConcurrentStoredList.freeSLHolder(IStoredListIterator<T> slh)
this method is called by outside scan that want to quit the scan and return the slholder to
the factory
|
IStoredListIterator<T> |
ExternallyLockedStoredList.next(IStoredListIterator<T> slh)
get the next element in scan order
|
IStoredListIterator<T> |
RwlSegmentedStoredList.next(IStoredListIterator<T> slh)
Deprecated.
get the next element in scan order
|
IStoredListIterator<T> |
ConcurrentStoredList.next(IStoredListIterator<T> slh)
get the next element in scan order
|
Copyright © GigaSpaces.