public static enum EnableAllocationDecider.Allocation extends Enum<EnableAllocationDecider.Allocation>
EnableAllocationDecider.CLUSTER_ROUTING_ALLOCATION_ENABLE / EnableAllocationDecider.INDEX_ROUTING_ALLOCATION_ENABLE
via cluster / index settings.| 列挙型定数と説明 |
|---|
ALL |
NEW_PRIMARIES |
NONE |
PRIMARIES |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static EnableAllocationDecider.Allocation |
parse(String strValue) |
static EnableAllocationDecider.Allocation |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static EnableAllocationDecider.Allocation[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final EnableAllocationDecider.Allocation NONE
public static final EnableAllocationDecider.Allocation NEW_PRIMARIES
public static final EnableAllocationDecider.Allocation PRIMARIES
public static final EnableAllocationDecider.Allocation ALL
public static EnableAllocationDecider.Allocation[] values()
for(EnableAllocationDecider.Allocation c: EnableAllocationDecider.Allocation.values()) System.out.println(c);
public static EnableAllocationDecider.Allocation valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public static EnableAllocationDecider.Allocation parse(String strValue)
Copyright © 2009–2016. All rights reserved.