Class SyncedFlushService.InFlightOpsRequest

java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.indices.flush.SyncedFlushService.InFlightOpsRequest
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest
Enclosing class:
SyncedFlushService

public static final class SyncedFlushService.InFlightOpsRequest
extends TransportRequest
  • Constructor Details

    • InFlightOpsRequest

      public InFlightOpsRequest​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • InFlightOpsRequest

      public InFlightOpsRequest​(ShardId shardId)
  • Method Details

    • 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 TransportRequest
      Throws:
      java.io.IOException
    • shardId

      public ShardId shardId()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object