public class ClusterName extends Object implements Streamable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static ClusterName |
DEFAULT |
static String |
SETTING |
| コンストラクタと説明 |
|---|
ClusterName(String value) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ClusterName |
clusterNameFromSettings(Settings settings) |
boolean |
equals(Object o) |
int |
hashCode() |
static ClusterName |
readClusterName(StreamInput in) |
void |
readFrom(StreamInput in) |
String |
toString() |
String |
value() |
void |
writeTo(StreamOutput out) |
public static final ClusterName DEFAULT
public ClusterName(String value)
public static ClusterName clusterNameFromSettings(Settings settings)
public String value()
public static ClusterName readClusterName(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.