Class TransportNodesListGatewayStartedShards.NodeRequest

java.lang.Object
All Implemented Interfaces:
Writeable, org.elasticsearch.common.util.concurrent.RefCounted, TaskAwareRequest
Enclosing class:
TransportNodesListGatewayStartedShards

public static class TransportNodesListGatewayStartedShards.NodeRequest
extends BaseNodeRequest
  • Constructor Details

  • 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 BaseNodeRequest
      Throws:
      java.io.IOException
    • getShardId

      public ShardId getShardId()
    • getCustomDataPath

      @Nullable public java.lang.String getCustomDataPath()
      Returns the custom data path that is used to look up information for this shard. Returns an empty string if no custom data path is used for this index. Returns null if custom data path information is not available (due to BWC).