Class RecoveryTranslogOperationsRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest

public class RecoveryTranslogOperationsRequest
extends RecoveryTransportRequest
  • Method Details

    • recoveryId

      public long recoveryId()
    • shardId

      public ShardId shardId()
    • operations

      public java.util.List<Translog.Operation> operations()
    • totalTranslogOps

      public int totalTranslogOps()
    • maxSeenAutoIdTimestampOnPrimary

      public long maxSeenAutoIdTimestampOnPrimary()
    • maxSeqNoOfUpdatesOrDeletesOnPrimary

      public long maxSeqNoOfUpdatesOrDeletesOnPrimary()
    • retentionLeases

      public RetentionLeases retentionLeases()
    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class RecoveryTransportRequest
      Throws:
      java.io.IOException