Class ResyncReplicationRequest

All Implemented Interfaces:
IndicesRequest, WriteRequest<ResyncReplicationRequest>, Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public final class ResyncReplicationRequest
extends ReplicatedWriteRequest<ResyncReplicationRequest>
Represents a batch of operations sent from the primary to its replicas during the primary-replica resync.
  • Constructor Details

    • ResyncReplicationRequest

      public ResyncReplicationRequest​(ShardId shardId, long trimAboveSeqNo, long maxSeenAutoIdTimestampOnPrimary, Translog.Operation[] operations)
  • Method Details