Uses of Interface
com.gigaspaces.internal.cluster.node.impl.processlog.IProcessLogHandshakeResponse
Packages that use IProcessLogHandshakeResponse
Package
Description
-
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.backlog
Methods in com.gigaspaces.internal.cluster.node.impl.backlog with parameters of type IProcessLogHandshakeResponseModifier and TypeMethodDescriptionIReplicationGroupBacklog.processHandshakeResponse(String memberName, IBacklogHandshakeRequest request, IProcessLogHandshakeResponse response, PlatformLogicalVersion targetLogicalVersion, Object customBacklogMetadata) -
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder with parameters of type IProcessLogHandshakeResponseModifier and TypeMethodDescriptionvoidGlobalOrderReliableAsyncGroupBacklog.afterHandshake(IProcessLogHandshakeResponse handshakeResponse) AbstractGlobalOrderGroupBacklog.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 IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile with parameters of type IProcessLogHandshakeResponseModifier and TypeMethodDescriptionvoidMultiBucketSingleFileReliableAsyncGroupBacklog.afterHandshake(IProcessLogHandshakeResponse handshakeResponse) AbstractMultiBucketSingleFileGroupBacklog.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 IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile with parameters of type IProcessLogHandshakeResponseModifier and TypeMethodDescriptionvoidMultiSourceSingleFileReliableAsyncGroupBacklog.afterHandshake(IProcessLogHandshakeResponse handshakeResponse) AbstractMultiSourceSingleFileGroupBacklog.processHandshakeResponse(String memberName, IBacklogHandshakeRequest request, IProcessLogHandshakeResponse response, PlatformLogicalVersion targetLogicalVersion, Object customBacklogMetadata) -
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync with parameters of type IProcessLogHandshakeResponseModifier and TypeMethodDescriptionvoidIReplicationReliableAsyncGroupBacklog.afterHandshake(IProcessLogHandshakeResponse handshakeResponse) Called after handshake is done with the keeper target group -
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.groups
Methods in com.gigaspaces.internal.cluster.node.impl.groups that return IProcessLogHandshakeResponseModifier and TypeMethodDescriptionAbstractReplicationTargetChannel.performHandshake(IBacklogHandshakeRequest handshakeRequest) -
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.groups.handshake
Methods in com.gigaspaces.internal.cluster.node.impl.groups.handshake that return IProcessLogHandshakeResponseModifier and TypeMethodDescriptionConnectChannelHandshakeResponse.getProcessLogHandshakeResponse()Constructors in com.gigaspaces.internal.cluster.node.impl.groups.handshake with parameters of type IProcessLogHandshakeResponseModifierConstructorDescriptionConnectChannelHandshakeResponse(ReplicationEndpointDetails targetEndpointDetails, IProcessLogHandshakeResponse processLogHandshakeResponse) -
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync
Methods in com.gigaspaces.internal.cluster.node.impl.groups.reliableasync with parameters of type IProcessLogHandshakeResponseModifier and TypeMethodDescriptionvoidIReplicationReliableAsyncMediator.afterHandshake(IProcessLogHandshakeResponse handshakeResponse) voidSourceDelegationReplicationReliableAsyncMediator.afterHandshake(IProcessLogHandshakeResponse response) -
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.processlog
Methods in com.gigaspaces.internal.cluster.node.impl.processlog that return IProcessLogHandshakeResponseModifier and TypeMethodDescriptionIReplicationTargetProcessLog.performHandshake(String memberName, IBacklogHandshakeRequest handshakeRequest) IReplicationTargetProcessLog.resync(IBacklogHandshakeRequest handshakeRequest) -
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.processlog.globalorder
Classes in com.gigaspaces.internal.cluster.node.impl.processlog.globalorder that implement IProcessLogHandshakeResponseModifier and TypeClassDescriptionclassclassMethods in com.gigaspaces.internal.cluster.node.impl.processlog.globalorder that return IProcessLogHandshakeResponseModifier and TypeMethodDescriptionAbstractGlobalOrderTargetProcessLog.resync(IBacklogHandshakeRequest handshakeRequest) -
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile
Classes in com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile that implement IProcessLogHandshakeResponseMethods in com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile that return IProcessLogHandshakeResponseModifier and TypeMethodDescriptionAbstractMultiBucketSingleFileTargetProcessLog.resync(IBacklogHandshakeRequest handshakeRequest) -
Uses of IProcessLogHandshakeResponse in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile that return IProcessLogHandshakeResponseModifier and TypeMethodDescriptionMultiSourceSingleFileReliableAsyncTargetProcessLog.resync(IBacklogHandshakeRequest handshakeRequest)