Writeable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Field and Description |
|---|---|
static Setting<ClusterName> |
CLUSTER_NAME_SETTING |
static ClusterName |
DEFAULT |
| Constructor and Description |
|---|
ClusterName(StreamInput input) |
ClusterName(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
value() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public static final Setting<ClusterName> CLUSTER_NAME_SETTING
public static final ClusterName DEFAULT
public ClusterName(StreamInput input) throws java.io.IOException
java.io.IOExceptionpublic ClusterName(java.lang.String value)
public java.lang.String value()
public void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object