Class SyncedFlushService.ShardSyncedFlushRequest

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

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

    • ShardSyncedFlushRequest

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

      public ShardSyncedFlushRequest​(ShardId shardId, java.lang.String syncId, Engine.CommitId expectedCommitId)
  • Method Details