Class SyncedFlushService.PreShardSyncedFlushRequest

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

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

    • PreShardSyncedFlushRequest

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

      public PreShardSyncedFlushRequest​(ShardId shardId)
  • Method Details