java.lang.Object
org.elasticsearch.cluster.ClusterInfo.NodeAndPath
- All Implemented Interfaces:
- Writeable
- Enclosing class:
- ClusterInfo
Represents a data path on a node
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()voidwriteTo(StreamOutput out) Write this into the StreamOutput.
- 
Field Details- 
nodeId
- 
path
 
- 
- 
Constructor Details- 
NodeAndPath
- 
NodeAndPath- Throws:
- IOException
 
 
- 
- 
Method Details- 
equals
- 
hashCodepublic int hashCode()
- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Throws:
- IOException
 
 
-