Package org.elasticsearch.cluster
Class ClusterInfo.NodeAndPath
java.lang.Object
org.elasticsearch.cluster.ClusterInfo.NodeAndPath
- All Implemented Interfaces:
Writeable
- Enclosing class:
- ClusterInfo
public static class ClusterInfo.NodeAndPath extends java.lang.Object 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
-
Constructor Summary
Constructors Constructor Description NodeAndPath(java.lang.String nodeId, java.lang.String path)NodeAndPath(StreamInput in) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Field Details
-
Constructor Details
-
NodeAndPath
public NodeAndPath(java.lang.String nodeId, java.lang.String path) -
NodeAndPath
- Throws:
java.io.IOException
-
-
Method Details
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.
-