Package | Description |
---|---|
com.gigaspaces.client |
Deprecated: use
org.openspaces.core instead. |
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
com.gigaspaces.datasource.concurrentaccess | |
com.gigaspaces.internal.datasource | |
com.gigaspaces.internal.server.space.schema_evolution | |
com.gigaspaces.internal.space.requests | |
com.gigaspaces.internal.sync | |
com.gigaspaces.persistency | |
com.j_spaces.core |
Provides Space properties and security context services
|
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
org.openspaces.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 | Method and Description |
---|---|
void |
SpaceProxyFactory.setSpaceDataSource(SpaceDataSource spaceDataSource) |
Modifier and Type | Method and Description |
---|---|
SpaceDataSource |
SpaceDataSourceFactory.create() |
Modifier and Type | Class and Description |
---|---|
class |
SharedIteratorSpaceDataSourceDecorator
Decorates a
SpaceDataSource with additional property, concurrent request for an iterator
which is based on the same query will only open one underlying iterator against the decorates
provider, this iterator will be shared amont the concurrent requests as if each of them has its
own iterator. |
Constructor and Description |
---|
SharedIteratorSpaceDataSourceDecorator(SpaceDataSource spaceDataSource,
long timeToLive)
Create a new instance
|
Modifier and Type | Class and Description |
---|---|
class |
EDSAdapterSpaceDataSource |
Modifier and Type | Class and Description |
---|---|
class |
SchemaAdapterSpaceDataSource |
Constructor and Description |
---|
SchemaAdapterSpaceDataSource(SpaceDataSource spaceDataSource,
SpaceTypeSchemaAdapterContainer spaceTypeSchemaAdapterContainer) |
Modifier and Type | Method and Description |
---|---|
SpaceDataSource |
DataSourceLoadSpaceRequestInfo.getSpaceDataSource(PartitionRoutingInfo partitionRoutingInfo) |
Constructor and Description |
---|
SynchronizationStorageAdapter(SpaceEngine engine,
SpaceDataSource spaceDataSource,
SpaceSynchronizationEndpoint synchronizationEndpointInterceptor) |
Modifier and Type | Class and Description |
---|---|
class |
MongoSpaceDataSource
A MongoDB implementation of
SpaceDataSource |
Modifier and Type | Method and Description |
---|---|
SpaceDataSource |
MongoSpaceDataSourceFactory.create() |
Modifier and Type | Method and Description |
---|---|
SpaceDataSource |
JSpaceAttributes.getSpaceDataSourceInstance() |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedSpaceFactoryBean.setSpaceDataSource(SpaceDataSource spaceDataSource) |
void |
UrlSpaceFactoryBean.setSpaceDataSource(SpaceDataSource spaceDataSource)
Sets the
SpaceDataSource which will be used as a data source for the space. |
UrlSpaceConfigurer |
UrlSpaceConfigurer.spaceDataSource(SpaceDataSource spaceDataSource) |
EmbeddedSpaceConfigurer |
EmbeddedSpaceConfigurer.spaceDataSource(SpaceDataSource spaceDataSource) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterInfoAwareSpaceDataSource
Created by yuvalm on 23/04/2014.
|
Modifier and Type | Class and Description |
---|---|
class |
CassandraSpaceDataSource
A Cassandra implementation of
SpaceDataSource . |
Modifier and Type | Class and Description |
---|---|
class |
ManagedEntriesSpaceDataSource
An implementation of
SpaceDataSource that can provide a list of
all the given entries this space data source handles. |
class |
SpaceDataSourceExceptionHandler
An exception handler that delegates
SpaceDataSource execution
and calls the provided PersistencyExceptionHandler in
case of exceptions on query methods. |
class |
SpaceDataSourceSplitter
A space data source that redirects the query operations to the given data source that can handle
the given type.
|
Modifier and Type | Method and Description |
---|---|
protected SpaceDataSource |
SpaceDataSourceSplitter.getDataSource(String entry) |
Constructor and Description |
---|
SpaceDataSourceExceptionHandler(SpaceDataSource dataSource,
PersistencyExceptionHandler exceptionHandler) |
Copyright © GigaSpaces.