Package org.elasticsearch.cluster
Class ClusterName
java.lang.Object
org.elasticsearch.cluster.ClusterName
- All Implemented Interfaces:
- Writeable
- 
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()toString()value()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
- 
Field Details- 
CLUSTER_NAME_SETTING
- 
DEFAULT
 
- 
- 
Constructor Details- 
ClusterName- Throws:
- IOException
 
- 
ClusterName
 
- 
- 
Method Details- 
value
- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Throws:
- IOException
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
- 
getEqualityPredicate
 
-