public static enum ClusterState.Metric extends Enum<ClusterState.Metric>
| 列挙型定数と説明 |
|---|
BLOCKS |
CUSTOMS |
MASTER_NODE |
METADATA |
NODES |
ROUTING_NODES |
ROUTING_TABLE |
VERSION |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static EnumSet<ClusterState.Metric> |
parseString(String param,
boolean ignoreUnknown) |
String |
toString() |
static ClusterState.Metric |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ClusterState.Metric[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final ClusterState.Metric VERSION
public static final ClusterState.Metric MASTER_NODE
public static final ClusterState.Metric BLOCKS
public static final ClusterState.Metric NODES
public static final ClusterState.Metric METADATA
public static final ClusterState.Metric ROUTING_TABLE
public static final ClusterState.Metric ROUTING_NODES
public static final ClusterState.Metric CUSTOMS
public static ClusterState.Metric[] values()
for(ClusterState.Metric c: ClusterState.Metric.values()) System.out.println(c);
public static ClusterState.Metric valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public static EnumSet<ClusterState.Metric> parseString(String param, boolean ignoreUnknown)
public String toString()
toString クラス内 Enum<ClusterState.Metric>Copyright © 2009–2016. All rights reserved.