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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidwriteTo(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:WriteableWrite this into the StreamOutput.- Specified by:
 writeToin interfaceWriteable- Throws:
 IOException
 
 -