Class SynchronizeMissingPacketsHandshakeContext

java.lang.Object
com.gigaspaces.internal.cluster.node.impl.backlog.reliableasync.SynchronizeMissingPacketsHandshakeContext
All Implemented Interfaces:
IHandshakeContext

public class SynchronizeMissingPacketsHandshakeContext extends Object implements 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 Details

    • SynchronizeMissingPacketsHandshakeContext

      public SynchronizeMissingPacketsHandshakeContext(long lastInsertedPacketToBacklog, long lastProcessedKey)
  • Method Details