| Package | Description | 
|---|---|
| com.gigaspaces.internal.sync | |
| com.j_spaces.core.cache | |
| com.j_spaces.core.cache.offHeap.sadapter | |
| com.j_spaces.core.sadapter | |
| com.j_spaces.sadapter.datasource | 
| Modifier and Type | Method and Description | 
|---|---|
ISAdapterIterator<?> | 
SynchronizationStorageAdapter.initialLoad(Context context,
           ITemplateHolder template)  | 
ISAdapterIterator<IEntryHolder> | 
SynchronizationStorageAdapter.makeEntriesIter(ITemplateHolder template,
               long SCNFilter,
               long leaseFilter,
               IServerTypeDesc[] subTypes)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EntriesIter
Iterator for entries. 
 | 
class  | 
UnderXtnEntriesIter
Iterator for entries locked under a Xtn. 
 | 
class  | 
UnderXtnTemplatesIter
Iterator for templates locked under Xtn. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ISAdapterIterator<IEntryHolder> | 
CacheManager.makeEntriesIter(Context context,
               ITemplateHolder template,
               IServerTypeDesc serverTypeDesc,
               long SCNFilter,
               long leaseFilter,
               boolean memoryOnly)  | 
ISAdapterIterator<IEntryHolder> | 
CacheManager.makeEntriesIter(Context context,
               ITemplateHolder template,
               IServerTypeDesc serverTypeDesc,
               long SCNFilter,
               long leaseFilter,
               boolean memoryOnly,
               boolean transientOnly)  | 
ISAdapterIterator | 
CacheManager.makeUnderXtnEntriesIter(Context context,
                       XtnEntry xtnEntry,
                       int selectType)  | 
ISAdapterIterator | 
CacheManager.makeUnderXtnEntriesIter(Context context,
                       XtnEntry xtnEntry,
                       int selectType,
                       boolean returnPentries)  | 
ISAdapterIterator<ITemplateHolder> | 
CacheManager.makeUnderXtnTemplatesIter(Context context,
                         XtnEntry xtnEntry)  | 
| Constructor and Description | 
|---|
ScanListSAIterator(ISAdapterIterator<IEntryHolder> list)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OffHeapDataIterator
off-heap storage adapter data iterator to be used in recovery 
 | 
class  | 
OffHeapMetaDataIterator
off-heap storage adapter meta data iterator to be used in recovery 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ISAdapterIterator | 
OffHeapStorageAdapter.initialLoad(Context context,
           ITemplateHolder template)  | 
ISAdapterIterator<IEntryHolder> | 
OffHeapStorageAdapter.makeEntriesIter(ITemplateHolder template,
               long SCNFilter,
               long leaseFilter,
               IServerTypeDesc[] subClasses)  | 
| Modifier and Type | Method and Description | 
|---|---|
ISAdapterIterator | 
MemorySA.initialLoad(Context context,
           ITemplateHolder template)  | 
ISAdapterIterator | 
IStorageAdapter.initialLoad(Context context,
           ITemplateHolder template)  | 
ISAdapterIterator | 
MemorySA.makeEntriesIter(ITemplateHolder template,
               long SCNFilter,
               long leaseFilter,
               IServerTypeDesc[] subClasses)
Returns an iterator with entries that match the template, and the other parameters. 
 | 
ISAdapterIterator<IEntryHolder> | 
IStorageAdapter.makeEntriesIter(ITemplateHolder template,
               long SCNFilter,
               long leaseFilter,
               IServerTypeDesc[] subClasses)
Returns an iterator with entries that match the template, and the other parameters. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataAdaptorIterator
Created by IntelliJ IDEA. 
 | 
Copyright © GigaSpaces.