|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IndexPartitionCause.CauseEnum>
com.bigdata.mdi.IndexPartitionCause.CauseEnum
public static enum IndexPartitionCause.CauseEnum
Typesafe enumeration of reasons why an index partition was created.
| Enum Constant Summary | |
|---|---|
Join
Two or more index partitions were joined. |
|
Move
An index partition was moved to another data service. |
|
Register
The initial registration of a scale-out index. |
|
Split
An index partition was split. |
|
| Method Summary | |
|---|---|
static IndexPartitionCause.CauseEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IndexPartitionCause.CauseEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IndexPartitionCause.CauseEnum Register
public static final IndexPartitionCause.CauseEnum Split
public static final IndexPartitionCause.CauseEnum Join
public static final IndexPartitionCause.CauseEnum Move
| Method Detail |
|---|
public static IndexPartitionCause.CauseEnum[] values()
for (IndexPartitionCause.CauseEnum c : IndexPartitionCause.CauseEnum.values()) System.out.println(c);
public static IndexPartitionCause.CauseEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||