Modifier and Type | Class and Description |
---|---|
class |
ReplicationNode
The implementation of the
IReplicationNode interface |
Modifier and Type | Method and Description |
---|---|
IReplicationRouter |
IReplicationNodeBuilder.createReplicationRouter(IIncomingReplicationHandler listener) |
IReplicationRouter |
ReplicationNodeBuilder.createReplicationRouter(IIncomingReplicationHandler listener) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicationConnectionDelegator
Delegates incoming replication to a different replication connection The source of this
connection proxy "thinks" he is working directly with the delegated target
|
Modifier and Type | Method and Description |
---|---|
UnifiedReplicationRouter |
UnifiedReplicationRouter.Builder.create(IIncomingReplicationHandler handler) |
LusReplicationRouter |
LusReplicationRouter.Builder.create(IIncomingReplicationHandler handler) |
Constructor and Description |
---|
LusReplicationRouter(String myLookupName,
Uuid uuid,
IConnectionMonitor<Iterable<IReplicationLookupParameters>,String> connectionMonitor,
IServiceExporter serviceExporter,
IIncomingReplicationHandler incomingReplicationHandler,
IAsyncContextProvider asyncContextProvider,
IReplicationLookupFinderService replicationLookupService,
IReplicationLookupParameters lookupParametersTemplate,
IRoutingUrlConverter routingNameConverter,
boolean setMyIdBeforeDispatch) |
Modifier and Type | Method and Description |
---|---|
LocalClusterReplicationSinkRouter |
LocalClusterReplicationSinkRouter.Builder.create(IIncomingReplicationHandler handler) |
Constructor and Description |
---|
LocalClusterReplicationSinkRouter(String myLookupName,
Uuid uuid,
IConnectionMonitor<Iterable<IReplicationLookupParameters>,String> connectionMonitor,
IIncomingReplicationHandler incomingReplicationHandler,
IReplicationLookupFinderService replicationLookupService,
IReplicationLookupParameters lookupParametersTemplate,
IRoutingUrlConverter routingNameConverter) |
Modifier and Type | Method and Description |
---|---|
DirectOnlyReplicationRouter |
DirectOnlyReplicationRouter.Builder.create(IIncomingReplicationHandler handler) |
abstract T |
ReplicationRouterBuilder.create(IIncomingReplicationHandler handler) |
Constructor and Description |
---|
AbstractConnectionProxyBasedReplicationRouter(String myLookupName,
Uuid uuid,
IConnectionMonitor<T,L> connectionMonitor,
IServiceExporter serviceExporter,
IIncomingReplicationHandler incomingReplicationHandler,
IAsyncContextProvider asyncContextProvider,
boolean setMyIdBeforeDispatch) |
AbstractConnectionProxyBasedReplicationRouter(String myLookupName,
Uuid uuid,
IConnectionMonitor<T,L> connectionMonitor,
IServiceExporter serviceExporter,
IIncomingReplicationHandler incomingReplicationHandler,
IAsyncContextProvider asyncContextProvider,
boolean setMyIdBeforeDispatch,
int replicationMonitorThreadPoolSize) |
Modifier and Type | Method and Description |
---|---|
SpaceProxyReplicationRouter |
SpaceProxyReplicationRouter.Builder.create(IIncomingReplicationHandler handler) |
Constructor and Description |
---|
SpaceProxyReplicationRouter(String myLookupName,
Uuid uuid,
IConnectionMonitor<IRemoteSpace,SpaceURL> connectionMonitor,
IServiceExporter serviceExporter,
IIncomingReplicationHandler incomingReplicationHandler,
ISpaceProxyProvider spaceProxyProvider,
ISpaceUrlConverter spaceUrlConverter) |
SpaceProxyReplicationRouter(String myLookupName,
Uuid uuid,
IConnectionMonitor<IRemoteSpace,SpaceURL> connectionMonitor,
IServiceExporter serviceExporter,
IIncomingReplicationHandler incomingReplicationHandler,
ISpaceProxyProvider spaceProxyProvider,
ISpaceUrlConverter spaceUrlConverter,
int replicationMonitorThreadPoolSize) |
Copyright © GigaSpaces.