public class ClusterName extends Objectimplements Streamable
| Modifier and Type | Field and Description |
|---|---|
static ClusterName |
DEFAULT
|
static String |
SETTING
|
| Constructor and Description |
|---|
ClusterName(String
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterName |
clusterNameFromSettings(Settings
|
boolean |
equals(Object
|
int |
hashCode()
|
static ClusterName |
readClusterName(StreamInput
|
void |
readFrom(StreamInput
|
String |
toString()
|
String |
value()
|
void |
writeTo(StreamOutput
|
public static final StringSETTING
public static final ClusterNameDEFAULT
public ClusterName(Stringvalue)
public static ClusterNameclusterNameFromSettings(Settings settings)
public Stringvalue()
public static ClusterNamereadClusterName(StreamInput in) throws IOException
IOException
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
IOException
public boolean equals(Objecto)
public int hashCode()
public StringtoString()