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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
value()
void
writeTo(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:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-
getEqualityPredicate
-