|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpaceDataSource | |
---|---|
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. |
Uses of SpaceDataSource in org.openspaces.core.space |
---|
Methods in org.openspaces.core.space with parameters of type SpaceDataSource | |
---|---|
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)
|
Uses of SpaceDataSource in org.openspaces.persistency |
---|
Subclasses of SpaceDataSource in org.openspaces.persistency | |
---|---|
class |
ClusterInfoAwareSpaceDataSource
Created by yuvalm on 23/04/2014. |
Uses of SpaceDataSource in org.openspaces.persistency.cassandra |
---|
Subclasses of SpaceDataSource in org.openspaces.persistency.cassandra | |
---|---|
class |
CassandraSpaceDataSource
A Cassandra implementation of SpaceDataSource . |
Uses of SpaceDataSource in org.openspaces.persistency.hibernate |
---|
Subclasses of SpaceDataSource in org.openspaces.persistency.hibernate | |
---|---|
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 . |
Uses of SpaceDataSource in org.openspaces.persistency.patterns |
---|
Subclasses of SpaceDataSource in org.openspaces.persistency.patterns | |
---|---|
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. |
Methods in org.openspaces.persistency.patterns that return SpaceDataSource | |
---|---|
protected SpaceDataSource |
SpaceDataSourceSplitter.getDataSource(String entry)
|
Constructors in org.openspaces.persistency.patterns with parameters of type SpaceDataSource | |
---|---|
SpaceDataSourceExceptionHandler(SpaceDataSource dataSource,
PersistencyExceptionHandler exceptionHandler)
|
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |