| Package | Description | 
|---|---|
| com.gigaspaces.datasource | 
 Provides GigaSpaces DataSource implementation. 
 | 
| com.gigaspaces.datasource.concurrentaccess | |
| com.gigaspaces.persistency | |
| org.openspaces.persistency.cassandra | |
| org.openspaces.persistency.hibernate | 
 An implementation of GigaSpaces external data source using Hibernate. 
 | 
| org.openspaces.persistency.patterns | 
 Set of patterns that can be used to wrap different external data sources. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DataSourceIdQueryImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
DataSourceIdQuery | 
InternalDataSourceIdsQuery.getDataSourceIdQuery(int idIndex)  | 
DataSourceIdQuery | 
DataSourceIdsQueryImpl.getDataSourceIdQuery(int idIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
SpaceDataSource.getById(DataSourceIdQuery idQuery)
This method is invoked whenever the space needs to read an entry from the data source
 according to its Id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
SharedIteratorSpaceDataSourceDecorator.getById(DataSourceIdQuery idQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
MongoSpaceDataSource.getById(DataSourceIdQuery idQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
CassandraSpaceDataSource.getById(DataSourceIdQuery idQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
CriteriaHibernateSpaceDataSource.getById(DataSourceIdQuery idQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
SpaceDataSourceExceptionHandler.getById(DataSourceIdQuery idQuery)  | 
Object | 
SpaceDataSourceSplitter.getById(DataSourceIdQuery idQuery)
Delegates the query to the corresponding data source 
 | 
Copyright © GigaSpaces.