Class SyncedFlushService.ShardSyncedFlushResponse

org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.indices.flush.SyncedFlushService.ShardSyncedFlushResponse
All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted
Enclosing class:
SyncedFlushService

public static final class SyncedFlushService.ShardSyncedFlushResponse extends TransportResponse
Response for third step of synced flush (writing the sync id) for one shard copy
  • Constructor Details

    • ShardSyncedFlushResponse

      public ShardSyncedFlushResponse(StreamInput in) throws
      Throws:
    • ShardSyncedFlushResponse

      public ShardSyncedFlushResponse( failureReason)
  • Method Details