Package | Description |
---|---|
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
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 |
EmbeddedSpaceFactoryBean.setSpaceSynchronizationEndpoint(SpaceSynchronizationEndpoint spaceSynchronizationEndpoint) |
void |
UrlSpaceFactoryBean.setSpaceSynchronizationEndpoint(SpaceSynchronizationEndpoint spaceSynchronizationEndpoint) |
EmbeddedSpaceConfigurer |
EmbeddedSpaceConfigurer.spaceSynchronizationEndpoint(SpaceSynchronizationEndpoint synchronizationEndpoint) |
UrlSpaceConfigurer |
UrlSpaceConfigurer.spaceSynchronizationEndpoint(SpaceSynchronizationEndpoint synchronizationEndpoint) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateSpaceSynchronizationEndpoint
A base class for Hibernate based
SpaceSynchronizationEndpoint implementations. |
class |
DefaultHibernateSpaceSynchronizationEndpoint
The default Hibernate
SpaceSynchronizationEndpoint implementation. |
class |
StatelessHibernateSpaceSynchronizationEndpoint
A
SynchronizationEndpointInterceptor implementation based on Hibernate StatelessSession . |
Modifier and Type | Class and Description |
---|---|
class |
ManagedEntriesSpaceSynchronizationEndpoint
An implementation of
com.gigaspaces.datasource.SpaceSynchronizationEndpoint that can provide a list
of all the given entries this synchronization endpoint interceptor handles. |
class |
SpaceSynchronizationEndpointExceptionHandler
An exception handler that delegates
SpaceSynchronizationEndpoint execution
and calls the provided PersistencyExceptionHandler in case of exceptions on synchronization methods. |
class |
SpaceSynchronizationEndpointSplitter
A
SpaceSynchronizationEndpoint that implements the synchronization methods. |
Modifier and Type | Method and Description |
---|---|
protected SpaceSynchronizationEndpoint |
SpaceSynchronizationEndpointSplitter.getEndpoint(String entry) |
Constructor and Description |
---|
SpaceSynchronizationEndpointExceptionHandler(SpaceSynchronizationEndpoint interceptor,
PersistencyExceptionHandler exceptionHandler) |
Copyright © GigaSpaces.