Uses of Interface
com.gigaspaces.internal.cluster.node.impl.groups.handshake.IHandshakeIteration
Packages that use IHandshakeIteration
Package
Description
-
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.backlog
Methods in com.gigaspaces.internal.cluster.node.impl.backlog that return IHandshakeIterationModifier and TypeMethodDescriptionAbstractSingleFileGroupBacklog.getNextHandshakeIteration(String memberName, IHandshakeContext handshakeContext) IReplicationGroupBacklog.getNextHandshakeIteration(String memberName, IHandshakeContext handshakeContext) -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.globalorder that return IHandshakeIterationModifier and TypeMethodDescriptionGlobalOrderReliableAsyncGroupBacklog.getNextHandshakeIteration(String memberName, IHandshakeContext handshakeContext) -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile that return IHandshakeIterationModifier and TypeMethodDescriptionMultiBucketSingleFileReliableAsyncGroupBacklog.getNextHandshakeIteration(String memberName, IHandshakeContext handshakeContext) -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.backlog.multisourcesinglefile that return IHandshakeIterationModifier and TypeMethodDescriptionMultiSourceSingleFileReliableAsyncGroupBacklog.getNextHandshakeIteration(String memberName, IHandshakeContext handshakeContext) -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync
Classes in com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync that implement IHandshakeIterationModifier and TypeClassDescriptionclassclass -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.groups
Methods in com.gigaspaces.internal.cluster.node.impl.groups with parameters of type IHandshakeIterationModifier and TypeMethodDescriptionvoidAbstractReplicationTargetChannel.processHandshakeIteration(IHandshakeIteration handshakeIteration) voidAbstractReplicationTargetGroup.processHandshakeIteration(String sourceMemberLookupName, Object sourceUniqueId, IHandshakeIteration handshakeIteration) voidIReplicationTargetGroup.processHandshakeIteration(String sourceMemberLookupName, Object sourceUniqueId, IHandshakeIteration handshakeIteration) -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.packets
Methods in com.gigaspaces.internal.cluster.node.impl.packets that return IHandshakeIterationConstructors in com.gigaspaces.internal.cluster.node.impl.packets with parameters of type IHandshakeIterationModifierConstructorDescriptionIterativeHandshakePacket(String groupName, IHandshakeIteration handshakeIteration) -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.processlog
Methods in com.gigaspaces.internal.cluster.node.impl.processlog with parameters of type IHandshakeIterationModifier and TypeMethodDescriptionvoidIReplicationTargetProcessLog.processHandshakeIteration(String sourceMemberName, IHandshakeIteration handshakeIteration) -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.processlog.globalorder
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.globalorder with parameters of type IHandshakeIterationModifier and TypeMethodDescriptionvoidAbstractGlobalOrderTargetProcessLog.processHandshakeIteration(String sourceMemberName, IHandshakeIteration handshakeIteration) voidGlobalOrderReliableAsyncTargetKeeperProcessLog.processHandshakeIteration(String sourceMemberName, IHandshakeIteration handshakeIteration) -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile with parameters of type IHandshakeIterationModifier and TypeMethodDescriptionvoidAbstractMultiBucketSingleFileTargetProcessLog.processHandshakeIteration(String sourceMemberName, IHandshakeIteration handshakeIteration) voidMultiBucketSingleFileReliableAsyncTargetKeeperProcessLog.processHandshakeIteration(String sourceMemberName, IHandshakeIteration handshakeIteration) -
Uses of IHandshakeIteration in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile
Methods in com.gigaspaces.internal.cluster.node.impl.processlog.multisourcesinglefile with parameters of type IHandshakeIterationModifier and TypeMethodDescriptionvoidMultiSourceSingleFileReliableAsyncTargetProcessLog.processHandshakeIteration(String sourceMemberName, IHandshakeIteration handshakeIteration)