Class BroadcastShardResponse

org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.support.broadcast.BroadcastShardResponse
All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted
Direct Known Subclasses:
ShardUpgradeStatus, SnapshotIndexShardStatus

public abstract class BroadcastShardResponse extends TransportResponse
  • Constructor Details

    • BroadcastShardResponse

      protected BroadcastShardResponse(StreamInput in) throws
      Throws:
    • BroadcastShardResponse

      protected BroadcastShardResponse(ShardId shardId)
  • Method Details

    • getIndex

      public  getIndex()
    • getShardId

      public ShardId getShardId()
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Throws: