Package org.elasticsearch.cluster
Class ClusterInfo.NodeAndPath
java.lang.Object
org.elasticsearch.cluster.ClusterInfo.NodeAndPath
- All Implemented Interfaces:
Writeable
- Enclosing class:
- ClusterInfo
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Field Details
-
nodeId
-
path
-
-
Constructor Details
-
NodeAndPath
-
NodeAndPath
- Throws:
IOException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-