| Package | Description | 
|---|---|
| com.gigaspaces.client | 
 Deprecated: use  
org.openspaces.core instead. | 
| com.gigaspaces.internal.datasource | |
| com.gigaspaces.internal.sync | |
| com.gigaspaces.internal.sync.hybrid | |
| com.gigaspaces.internal.sync.mirror | |
| com.gigaspaces.persistency | |
| com.j_spaces.core | 
 Provides Space properties and security context services 
 | 
| com.j_spaces.core.cache.blobStore.sadapter | |
| com.j_spaces.core.sadapter | |
| org.openspaces.core.space | 
 This package is responsible for simplifying the creation of IJSpace implementation. 
 | 
| org.openspaces.persistency.cassandra | |
| org.openspaces.persistency.kafka | |
| org.openspaces.persistency.patterns | 
 Set of patterns that can be used to wrap different external data sources. 
 | 
| org.openspaces.persistency.space | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpaceProxyFactory.setSpaceSynchronizationEndpoint(SpaceSynchronizationEndpoint spaceSynchronizationEndpoint)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EDSAdapterSynchronizationEndpoint  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceSynchronizationEndpoint | 
SynchronizationStorageAdapter.getSynchronizationInterceptor()  | 
| Constructor and Description | 
|---|
SynchronizationStorageAdapter(SpaceEngine engine,
                             SpaceDataSource spaceDataSource,
                             SpaceSynchronizationEndpoint synchronizationEndpointInterceptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceSynchronizationEndpoint | 
SyncHybridStorageAdapter.getSynchronizationInterceptor()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected SpaceSynchronizationEndpoint | 
MirrorReplicationInHandler._syncEndpoint  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceSynchronizationEndpoint | 
MirrorBulkExecutor.getSynchronizationInterceptor()  | 
| Constructor and Description | 
|---|
MirrorBulkExecutor(SpaceSynchronizationEndpoint syncEndpoint,
                  SpaceTypeManager typeManager,
                  Class<?> dataClass)  | 
MirrorFixFacade(SpaceSynchronizationEndpoint syncEndpoint,
               SpaceTypeManager typeManager)  | 
MirrorService(String name,
             Uuid uuid,
             MirrorConfig mirrorConfig,
             SpaceSynchronizationEndpoint syncEndpoint,
             Class<?> dataClass,
             SpaceTypeManager typeManager,
             MetricRegistrator metricRegister)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MongoSpaceSynchronizationEndpoint
A MongoDB implementation of   
SpaceSynchronizationEndpoint | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceSynchronizationEndpoint | 
JSpaceAttributes.getSynchronizationEndpointInstance()  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceSynchronizationEndpoint | 
BlobStoreStorageAdapter.getSynchronizationInterceptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceSynchronizationEndpoint | 
MemorySA.getSynchronizationInterceptor()  | 
SpaceSynchronizationEndpoint | 
IStorageAdapter.getSynchronizationInterceptor()  | 
| 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  | 
CassandraSpaceSynchronizationEndpoint
A Cassandra implementation of  
SpaceSynchronizationEndpoint. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KafkaSpaceSynchronizationEndpoint  | 
| Modifier and Type | Method and Description | 
|---|---|
KafkaSpaceSynchronizationEndpointConfigurer | 
KafkaSpaceSynchronizationEndpointConfigurer.primaryEndpoint(SpaceSynchronizationEndpoint synchronizationEndpoint)  | 
KafkaSpaceSynchronizationEndpointConfigurer | 
KafkaSpaceSynchronizationEndpointConfigurer.secondaryEndpoint(String name,
                 SpaceSynchronizationEndpoint secondaryEndpoint)  | 
void | 
KafkaSpaceSynchronizationEndpointBeanFactory.setPrimaryEndpoint(SpaceSynchronizationEndpoint synchronizationEndpoint)  | 
| Modifier and Type | Method and Description | 
|---|---|
KafkaSpaceSynchronizationEndpointConfigurer | 
KafkaSpaceSynchronizationEndpointConfigurer.secondaryEndpoints(Map<String,SpaceSynchronizationEndpoint> secondaryEndpoints)  | 
void | 
KafkaSpaceSynchronizationEndpointBeanFactory.setSecondaryEndpoints(Map<String,SpaceSynchronizationEndpoint> secondaryEndpoints)  | 
| Constructor and Description | 
|---|
KafkaSpaceSynchronizationEndpoint(SpaceSynchronizationEndpoint primaryEndpoint,
                                 Map<String,SpaceSynchronizationEndpoint> secondaryEndpoints,
                                 Properties kafkaProps,
                                 String topic)  | 
SpaceSynchronizationEndpointKafkaWriter(SpaceSynchronizationEndpoint spaceSynchronizationEndpoint,
                                       Properties kafkaProps,
                                       String topic,
                                       String groupName)  | 
| Constructor and Description | 
|---|
KafkaSpaceSynchronizationEndpoint(SpaceSynchronizationEndpoint primaryEndpoint,
                                 Map<String,SpaceSynchronizationEndpoint> secondaryEndpoints,
                                 Properties kafkaProps,
                                 String topic)  | 
| 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)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GigaSpaceSynchronizationEndpoint  | 
Copyright © GigaSpaces.