| Package | Description | 
|---|---|
| com.gigaspaces.client | 
 Deprecated: use  
org.openspaces.core instead. | 
| com.gigaspaces.datasource.concurrentaccess | |
| com.gigaspaces.internal.datasource | |
| 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.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 | Method and Description | 
|---|---|
void | 
SpaceProxyFactory.setSpaceDataSource(SpaceDataSource spaceDataSource)  | 
| 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  | 
| 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 | 
JSpaceAttributes.getSpaceDataSourceInstance()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UrlSpaceFactoryBean.setSpaceDataSource(SpaceDataSource spaceDataSource)
Sets the  
SpaceDataSource which will be used as a data source for the space. | 
void | 
EmbeddedSpaceFactoryBean.setSpaceDataSource(SpaceDataSource spaceDataSource)  | 
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  | 
AbstractHibernateSpaceDataSource
A base class for Hibernate based  
SpaceDataSource implementations. | 
class  | 
CriteriaHibernateSpaceDataSource
An extension over the default implementation that its main use is to override Hibernate bugs when
 executing queries with composite objects. 
 | 
class  | 
DefaultHibernateSpaceDataSource
The default Hibernate space data source implementation. 
 | 
class  | 
StatelessHibernateSpaceDataSource
A  
SpaceDataSource implementation based on Hibernate StatelessSession. | 
| 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.