Class SyncReplicationTargetChannel
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.groups.AbstractReplicationTargetChannel
com.gigaspaces.internal.cluster.node.impl.groups.sync.SyncReplicationTargetChannel
- All Implemented Interfaces:
IReplicationInFilterCallback,IReplicationTargetChannel,IConnectionStateListener,IConnectivityCheckListener
-
Field Summary
Fields inherited from class com.gigaspaces.internal.cluster.node.impl.groups.AbstractReplicationTargetChannel
_specificLogger, _specificVerboseLogger -
Constructor Summary
ConstructorsConstructorDescriptionSyncReplicationTargetChannel(TargetGroupConfig groupConfig, String myLookupName, Object myUniqueId, ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, String groupName, IReplicationSyncTargetProcessLog processLog, IReplicationInFilter inFilter, IReplicationTargetGroupStateListener groupStateListener, IReplicationGroupHistory groupHistory) -
Method Summary
Methods inherited from class com.gigaspaces.internal.cluster.node.impl.groups.AbstractReplicationTargetChannel
afterSuccessfulConnectivityCheck, close, dumpState, getLastProcessTimeStamp, getMyLookupName, getProcessLog, getSourceEndpointAddress, getSourceLookupName, getSourceUniqueId, invokeInFilter, isSourceAttached, logEventInHistory, onChannelBacklogDropped, onConnected, onDisconnected, onDumpState, performHandshake, process, processBatch, processHandshakeIteration, processIdleStateData
-
Constructor Details
-
SyncReplicationTargetChannel
public SyncReplicationTargetChannel(TargetGroupConfig groupConfig, String myLookupName, Object myUniqueId, ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, String groupName, IReplicationSyncTargetProcessLog processLog, IReplicationInFilter inFilter, IReplicationTargetGroupStateListener groupStateListener, IReplicationGroupHistory groupHistory)
-