Class RecoveryTranslogOperationsRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, RawIndexingDataTransportRequest

public class RecoveryTranslogOperationsRequest extends RecoveryTransportRequest implements RawIndexingDataTransportRequest
  • Method Details

    • recoveryId

      public long recoveryId()
    • shardId

      public ShardId shardId()
    • operations

      public <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
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class RecoveryTransportRequest
      Throws: