public static enum ScalabilityNodeSuite.Index extends Enum<ScalabilityNodeSuite.Index>
| Enum Constant and Description |
|---|
LUCENE |
LUCENE_DOC |
LUCENE_FILE |
LUCENE_FILE_DOC |
ORDERED |
PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static ScalabilityNodeSuite.Index |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalabilityNodeSuite.Index[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScalabilityNodeSuite.Index PROPERTY
public static final ScalabilityNodeSuite.Index ORDERED
public static final ScalabilityNodeSuite.Index LUCENE
public static final ScalabilityNodeSuite.Index LUCENE_DOC
public static final ScalabilityNodeSuite.Index LUCENE_FILE
public static final ScalabilityNodeSuite.Index LUCENE_FILE_DOC
public static ScalabilityNodeSuite.Index[] values()
for (ScalabilityNodeSuite.Index c : ScalabilityNodeSuite.Index.values()) System.out.println(c);
public static ScalabilityNodeSuite.Index 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 © 2012-2017 The Apache Software Foundation. All Rights Reserved.