public static enum ClusterRebalanceAllocationDecider.ClusterRebalanceType extends Enum<ClusterRebalanceAllocationDecider.ClusterRebalanceType>
| 列挙型定数と説明 |
|---|
ALWAYS
Re-balancing is allowed once a shard replication group is active
|
INDICES_ALL_ACTIVE
Re-balancing is allowed only once all shards on all indices are active.
|
INDICES_PRIMARIES_ACTIVE
Re-balancing is allowed only once all primary shards on all indices are active.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ClusterRebalanceAllocationDecider.ClusterRebalanceType |
parseString(String typeString) |
static ClusterRebalanceAllocationDecider.ClusterRebalanceType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ClusterRebalanceAllocationDecider.ClusterRebalanceType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final ClusterRebalanceAllocationDecider.ClusterRebalanceType ALWAYS
public static final ClusterRebalanceAllocationDecider.ClusterRebalanceType INDICES_PRIMARIES_ACTIVE
public static final ClusterRebalanceAllocationDecider.ClusterRebalanceType INDICES_ALL_ACTIVE
public static ClusterRebalanceAllocationDecider.ClusterRebalanceType[] values()
for(ClusterRebalanceAllocationDecider.ClusterRebalanceType c: ClusterRebalanceAllocationDecider.ClusterRebalanceType.values()) System.out.println(c);
public static ClusterRebalanceAllocationDecider.ClusterRebalanceType valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public static ClusterRebalanceAllocationDecider.ClusterRebalanceType parseString(String typeString)
Copyright © 2009–2016. All rights reserved.