Class ShardStateAction.StartedShardEntry

java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.cluster.action.shard.ShardStateAction.StartedShardEntry
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest
Enclosing class:
ShardStateAction

public static class ShardStateAction.StartedShardEntry
extends TransportRequest
  • Constructor Details

    • StartedShardEntry

      public StartedShardEntry​(ShardId shardId, java.lang.String allocationId, long primaryTerm, java.lang.String message, ShardLongFieldRange timestampRange)
  • Method Details

    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class TransportRequest
      Throws:
      java.io.IOException
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object