public static enum IndicesShardStoresResponse.StoreStatus.Allocation extends Enum<IndicesShardStoresResponse.StoreStatus.Allocation>
| 列挙型定数と説明 |
|---|
PRIMARY
Allocated as primary
|
REPLICA
Allocated as a replica
|
UNUSED
Not allocated
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
value() |
static IndicesShardStoresResponse.StoreStatus.Allocation |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static IndicesShardStoresResponse.StoreStatus.Allocation[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final IndicesShardStoresResponse.StoreStatus.Allocation PRIMARY
public static final IndicesShardStoresResponse.StoreStatus.Allocation REPLICA
public static final IndicesShardStoresResponse.StoreStatus.Allocation UNUSED
public static IndicesShardStoresResponse.StoreStatus.Allocation[] values()
for(IndicesShardStoresResponse.StoreStatus.Allocation c: IndicesShardStoresResponse.StoreStatus.Allocation.values()) System.out.println(c);
public static IndicesShardStoresResponse.StoreStatus.Allocation valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public String value()
Copyright © 2009–2016. All rights reserved.