public static enum IndexPartitionCause.CauseEnum extends Enum<IndexPartitionCause.CauseEnum>
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final IndexPartitionCause.CauseEnum Register
public static final IndexPartitionCause.CauseEnum Split
public static final IndexPartitionCause.CauseEnum Join
public static final IndexPartitionCause.CauseEnum Move
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 nameNullPointerException
- if the argument is nullCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.