Class ClusterInfo.NodeAndPath

org.elasticsearch.cluster.ClusterInfo.NodeAndPath
All Implemented Interfaces:
Writeable
Enclosing class:
ClusterInfo

public static class ClusterInfo.NodeAndPath extends implements Writeable
Represents a data path on a node
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     nodeId,  path)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     o)
     
    int
     
    void
    Write this into the StreamOutput.

    Methods inherited from class java.lang.

    , , , , , , , ,
  • Field Details

    • nodeId

      public final  nodeId
    • path

      public final  path
  • Constructor Details

    • NodeAndPath

      public NodeAndPath( nodeId,  path)
    • NodeAndPath

      public NodeAndPath(StreamInput in) throws
      Throws:
  • Method Details

    • equals

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

      public int hashCode()
      Overrides:
       in class 
    • writeTo

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