Package org.elasticsearch.cluster
Class ClusterName
java.lang.Object
org.elasticsearch.cluster.ClusterName
- All Implemented Interfaces:
 Writeable
- 
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()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
 - 
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
 writeToin interfaceWriteable- Throws:
 IOException
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
getEqualityPredicate
 
 -