Package | Description |
---|---|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
com.gigaspaces.datasource.concurrentaccess | |
com.gigaspaces.internal.datasource | |
com.gigaspaces.internal.server.space.schema_evolution | |
com.gigaspaces.persistency | |
com.gigaspaces.persistency.datasource | |
org.openspaces.persistency.cassandra | |
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 |
class |
DataSourceQueryImpl |
Modifier and Type | Method and Description |
---|---|
DataIterator<Object> |
SpaceDataSource.getDataIterator(DataSourceQuery query)
This method is invoked whenever the space needs to read data which matches the provided
DataSourceQuery from the space data source. |
Modifier and Type | Method and Description |
---|---|
DataIterator<Object> |
SharedIteratorSpaceDataSourceDecorator.getDataIterator(DataSourceQuery query) |
Modifier and Type | Method and Description |
---|---|
DataIterator<Object> |
EDSAdapterSpaceDataSource.getDataIterator(DataSourceQuery query) |
Modifier and Type | Method and Description |
---|---|
DataIterator<Object> |
SchemaAdapterSpaceDataSource.getDataIterator(DataSourceQuery query) |
Modifier and Type | Method and Description |
---|---|
DataIterator<Object> |
MongoSpaceDataSource.getDataIterator(DataSourceQuery query) |
Modifier and Type | Method and Description |
---|---|
static com.mongodb.BasicDBObjectBuilder |
MongoQueryFactory.create(DataSourceQuery sql) |
Constructor and Description |
---|
MongoSqlQueryDataIterator(MongoClientConnector client,
DataSourceQuery query) |
Modifier and Type | Method and Description |
---|---|
DataIterator<Object> |
CassandraSpaceDataSource.getDataIterator(DataSourceQuery query) |
Modifier and Type | Method and Description |
---|---|
DataIterator<Object> |
SpaceDataSourceSplitter.getDataIterator(DataSourceQuery query)
Delegates the query to the corresponding data source
|
DataIterator<Object> |
SpaceDataSourceExceptionHandler.getDataIterator(DataSourceQuery query) |
Copyright © GigaSpaces.