Uses of Interface
com.gigaspaces.internal.cluster.node.impl.backlog.IBacklogHandshakeRequest
Packages that use IBacklogHandshakeRequest
Package
Description
-
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.backlog
Methods in com.gigaspaces.internal.cluster.node.impl.backlog that return IBacklogHandshakeRequestModifier and TypeMethodDescriptionIReplicationGroupBacklog.getHandshakeRequest(String memberName, Object customBacklogMetadata) Methods in com.gigaspaces.internal.cluster.node.impl.backlog with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionIReplicationGroupBacklog.processHandshakeResponse(String memberName, IBacklogHandshakeRequest request, IProcessLogHandshakeResponse response, PlatformLogicalVersion targetLogicalVersion, Object customBacklogMetadata) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder
Classes in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder that implement IBacklogHandshakeRequestModifier and TypeClassDescriptionclassclassMethods in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionAbstractGlobalOrderGroupBacklog.processHandshakeResponse(String memberName, IBacklogHandshakeRequest request, IProcessLogHandshakeResponse response, PlatformLogicalVersion targetLogicalVersion, Object customBacklogMetadata) GlobalOrderReliableAsyncGroupBacklog.processHandshakeResponse(String memberName, IBacklogHandshakeRequest request, IProcessLogHandshakeResponse response, PlatformLogicalVersion targetLogicalVersion, Object customBacklogMetadata) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile
Classes in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile that implement IBacklogHandshakeRequestModifier and TypeClassDescriptionclassclassMethods in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionAbstractMultiBucketSingleFileGroupBacklog.processHandshakeResponse(String memberName, IBacklogHandshakeRequest request, IProcessLogHandshakeResponse response, PlatformLogicalVersion targetLogicalVersion, Object customBacklogMetadata) MultiBucketSingleFileReliableAsyncGroupBacklog.processHandshakeResponse(String memberName, IBacklogHandshakeRequest request, IProcessLogHandshakeResponse response, PlatformLogicalVersion targetLogicalVersion, Object customBacklogMetadata) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile
Classes in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile that implement IBacklogHandshakeRequestModifier and TypeClassDescriptionclassclassMethods in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionprotected IHandshakeContextAbstractMultiSourceSingleFileGroupBacklog.getHandshakeContext(String memberName, IBacklogHandshakeRequest request, PlatformLogicalVersion targetLogicalVersion, GlobalOrderProcessLogHandshakeResponse typedResponse, long lastProcessedKey) protected IHandshakeContextMultiSourceSingleFileReliableAsyncGroupBacklog.getHandshakeContext(String memberName, IBacklogHandshakeRequest request, PlatformLogicalVersion targetLogicalVersion, GlobalOrderProcessLogHandshakeResponse typedResponse, long lastProcessedKey) AbstractMultiSourceSingleFileGroupBacklog.processHandshakeResponse(String memberName, IBacklogHandshakeRequest request, IProcessLogHandshakeResponse response, PlatformLogicalVersion targetLogicalVersion, Object customBacklogMetadata) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.groups
Methods in com.gigaspaces.internal.cluster.node.impl.groups with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionprotected abstract AbstractReplicationTargetChannelAbstractReplicationTargetGroup.createNewChannelImpl(ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) AbstractReplicationTargetChannel.performHandshake(IBacklogHandshakeRequest handshakeRequest) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.groups.async
Methods in com.gigaspaces.internal.cluster.node.impl.groups.async with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionprotected AsyncReplicationTargetChannelAbstractAsyncReplicationTargetGroup.createChannel(ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) protected AbstractReplicationTargetChannelAsyncMultiOriginReplicationTargetGroup.createNewChannelImpl(ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) protected AbstractReplicationTargetChannelAsyncSingleOriginReplicationTargetGroup.createNewChannelImpl(ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) protected abstract IReplicationAsyncTargetProcessLogAbstractAsyncReplicationTargetGroup.createProcessLog(IReplicationAsyncProcessLogBuilder processLogBuilder, String sourceLookupName, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) protected IReplicationAsyncTargetProcessLogAsyncMultiOriginReplicationTargetGroup.createProcessLog(IReplicationAsyncProcessLogBuilder processLogBuilder, String sourceLookupName, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) protected IReplicationAsyncTargetProcessLogAsyncSingleOriginReplicationTargetGroup.createProcessLog(IReplicationAsyncProcessLogBuilder processLogBuilder, String sourceLookupName, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.groups.handshake
Methods in com.gigaspaces.internal.cluster.node.impl.groups.handshake that return IBacklogHandshakeRequestConstructors in com.gigaspaces.internal.cluster.node.impl.groups.handshake with parameters of type IBacklogHandshakeRequestModifierConstructorDescriptionConnectChannelHandshakeRequest(IBacklogHandshakeRequest backlogHandshakeRequest) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync
Methods in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionprotected AbstractReplicationTargetChannelReliableAsyncSingleOriginReplicationTargetGroup.createNewChannelImpl(ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.groups.sync
Methods in com.gigaspaces.internal.cluster.node.impl.groups.sync with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionprotected SyncReplicationTargetChannelAbstractSyncReplicationTargetGroup.createChannel(ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) protected AbstractReplicationTargetChannelAbstractSyncSingleOriginReplicationTargetGroup.createNewChannelImpl(ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) protected AbstractReplicationTargetChannelSyncMultiOriginReplicationTargetGroup.createNewChannelImpl(ReplicationEndpointDetails sourceEndpointDetails, IReplicationMonitoredConnection sourceConnection, IBacklogHandshakeRequest handshakeRequest, IReplicationGroupHistory groupHistory) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.processlog
Methods in com.gigaspaces.internal.cluster.node.impl.processlog with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionReliableAsyncAdaptiveProcessLogBuilder.createBatchConsumeAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupName, String sourceLookupName, IReplicationGroupHistory groupHistory) ReliableAsyncAdaptiveProcessLogBuilder.createReliableAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupName, String sourceLookupName, IReplicationReliableAsyncTargetProcessLog synchronizingProcessLog, IReplicationGroupHistory groupHistory, org.slf4j.Logger specificLogger) IReplicationTargetProcessLog.performHandshake(String memberName, IBacklogHandshakeRequest handshakeRequest) IReplicationTargetProcessLog.resync(IBacklogHandshakeRequest handshakeRequest) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.processlog.async
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.async with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionIReplicationAsyncProcessLogBuilder.createBatchConsumeAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupNameString, String sourceLookupName, IReplicationGroupHistory groupHistory) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.processlog.globalorder
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.globalorder with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionGlobalOrderProcessLogBuilder.createBatchConsumeAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupName, String sourceLookupName, IReplicationGroupHistory groupHistory) GlobalOrderProcessLogBuilder.createReliableAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupName, String sourceLookupName, IReplicationReliableAsyncTargetProcessLog synchronizingProcessLog, IReplicationGroupHistory groupHistory, org.slf4j.Logger specificLogger) protected IReliableAsyncStateGlobalOrderReliableAsyncTargetKeeperProcessLog.getReliableAsyncStateFromHandshakeRequest(IBacklogHandshakeRequest handshakeRequest) AbstractGlobalOrderTargetProcessLog.performHandshake(String memberName, IBacklogHandshakeRequest handshakeRequest) GlobalOrderReliableAsyncTargetKeeperProcessLog.performHandshake(String memberName, IBacklogHandshakeRequest handshakeRequest) AbstractGlobalOrderTargetProcessLog.resync(IBacklogHandshakeRequest handshakeRequest) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionMultiBucketSingleFileProcessLogBuilder.createBatchConsumeAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupName, String sourceLookupName, IReplicationGroupHistory groupHistory) MultiBucketSingleFileProcessLogBuilder.createReliableAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupName, String sourceLookupName, IReplicationReliableAsyncTargetProcessLog synchronizingProcessLog, IReplicationGroupHistory groupHistory, org.slf4j.Logger specificLogger) AbstractMultiBucketSingleFileTargetProcessLog.performHandshake(String memberName, IBacklogHandshakeRequest handshakeRequest) MultiBucketSingleFileBatchConsumeTargetProcessLog.performHandshake(String memberName, IBacklogHandshakeRequest handshakeRequest) MultiBucketSingleFileReliableAsyncTargetKeeperProcessLog.performHandshake(String memberName, IBacklogHandshakeRequest handshakeRequest) AbstractMultiBucketSingleFileTargetProcessLog.resync(IBacklogHandshakeRequest handshakeRequest) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionMultiSourceSingleFileProcessLogBuilder.createBatchConsumeAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupName, String sourceLookupName, IReplicationGroupHistory groupHistory) MultiSourceSingleFileProcessLogBuilder.createReliableAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupName, String sourceLookupName, IReplicationReliableAsyncTargetProcessLog synchronizingProcessLog, IReplicationGroupHistory groupHistory, org.slf4j.Logger specificLogger) protected IReliableAsyncStateMultiSourceSingleFileReliableAsyncTargetKeeperProcessLog.getReliableAsyncStateFromHandshakeRequest(IBacklogHandshakeRequest handshakeRequest) MultiSourceSingleFileReliableAsyncTargetProcessLog.performHandshake(String memberName, IBacklogHandshakeRequest handshakeRequest) MultiSourceSingleFileReliableAsyncTargetProcessLog.resync(IBacklogHandshakeRequest handshakeRequest) -
Uses of IBacklogHandshakeRequest in com.gigaspaces.internal.cluster.node.impl.processlog.reliableasync
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.reliableasync with parameters of type IBacklogHandshakeRequestModifier and TypeMethodDescriptionIReplicationReliableAsyncProcessLogBuilder.createReliableAsyncProcessLog(TargetGroupConfig groupConfig, IBacklogHandshakeRequest handshakeRequest, IReplicationInFacade replicationInFacade, IReplicationProcessLogExceptionHandler exceptionHandler, String myLookupName, String groupName, String sourceLookupName, IReplicationReliableAsyncTargetProcessLog synchronizingProcessLog, IReplicationGroupHistory groupHistory, org.slf4j.Logger specificLogger)