Class SynchronizeMissingPacketsHandshakeContext
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync.SynchronizeMissingPacketsHandshakeContext
- All Implemented Interfaces:
IHandshakeContext
Used when the source replication backlog is missing packets that are in the target backlog, and
it requests from the target to complete its missing packets.
- Since:
- 9.0
-
Constructor Summary
ConstructorsConstructorDescriptionSynchronizeMissingPacketsHandshakeContext(long lastInsertedPacketToBacklog, long lastProcessedKey) -
Method Summary
-
Constructor Details
-
SynchronizeMissingPacketsHandshakeContext
public SynchronizeMissingPacketsHandshakeContext(long lastInsertedPacketToBacklog, long lastProcessedKey)
-
-
Method Details
-
isDone
public boolean isDone()- Specified by:
isDonein interfaceIHandshakeContext
-
toLogMessage
- Specified by:
toLogMessagein interfaceIHandshakeContext
-
setDone
public void setDone()
-