| Package | Description | 
|---|---|
| com.gigaspaces.datasource | 
 Provides GigaSpaces DataSource implementation. 
 | 
| com.gigaspaces.datasource.concurrentaccess | |
| com.gigaspaces.persistency | |
| org.openspaces.persistency.cassandra | |
| org.openspaces.persistency.patterns | 
 Set of patterns that can be used to wrap different external data sources. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InternalDataSourceIdsQuery
Internal API for  
DataSourceIdsQuery operations | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataSourceIdsQueryImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
DataIterator<Object> | 
SpaceDataSource.getDataIteratorByIds(DataSourceIdsQuery idsQuery)
This method is invoked whenever the space needs to read several entries from the data source
 according to their ids. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataIterator<Object> | 
SharedIteratorSpaceDataSourceDecorator.getDataIteratorByIds(DataSourceIdsQuery idsQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataIterator<Object> | 
MongoSpaceDataSource.getDataIteratorByIds(DataSourceIdsQuery idsQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataIterator<Object> | 
CassandraSpaceDataSource.getDataIteratorByIds(DataSourceIdsQuery idsQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataIterator<Object> | 
SpaceDataSourceExceptionHandler.getDataIteratorByIds(DataSourceIdsQuery idsQuery)  | 
DataIterator<Object> | 
SpaceDataSourceSplitter.getDataIteratorByIds(DataSourceIdsQuery idsQuery)
Delegates the query to the corresponding data source 
 | 
Copyright © GigaSpaces.