Class BroadcastShardResponse

java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.support.broadcast.BroadcastShardResponse
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted
Direct Known Subclasses:
ShardUpgradeStatus, SnapshotIndexShardStatus

public abstract class BroadcastShardResponse
extends TransportResponse
  • Constructor Details

    • BroadcastShardResponse

      protected BroadcastShardResponse​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • BroadcastShardResponse

      protected BroadcastShardResponse​(ShardId shardId)
  • Method Details

    • getIndex

      public java.lang.String getIndex()
    • getShardId

      public ShardId getShardId()
    • writeTo

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