Class TransportNodesListGatewayStartedShards.NodeGatewayStartedShards

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted
Enclosing class:
TransportNodesListGatewayStartedShards

public static class TransportNodesListGatewayStartedShards.NodeGatewayStartedShards extends BaseNodeResponse
  • Constructor Details

    • NodeGatewayStartedShards

      public NodeGatewayStartedShards(StreamInput in) throws
      Throws:
    • NodeGatewayStartedShards

      public NodeGatewayStartedShards(DiscoveryNode node,  allocationId, boolean primary)
    • NodeGatewayStartedShards

      public NodeGatewayStartedShards(DiscoveryNode node,  allocationId, boolean primary,  storeException)
  • Method Details

    • allocationId

      public  allocationId()
    • primary

      public boolean primary()
    • storeException

      public  storeException()
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Overrides:
      writeTo in class BaseNodeResponse
      Throws:
    • equals

      public boolean equals( o)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class 
    • toString

      public  toString()
      Overrides:
       in class