public static enum SignificantTermsAggregatorFactory.ExecutionMode extends java.lang.Enum<SignificantTermsAggregatorFactory.ExecutionMode>
| Enum Constant and Description |
|---|
GLOBAL_ORDINALS |
GLOBAL_ORDINALS_HASH |
MAP |
| Modifier and Type | Method and Description |
|---|---|
static SignificantTermsAggregatorFactory.ExecutionMode |
fromString(java.lang.String value) |
java.lang.String |
toString() |
static SignificantTermsAggregatorFactory.ExecutionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignificantTermsAggregatorFactory.ExecutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignificantTermsAggregatorFactory.ExecutionMode MAP
public static final SignificantTermsAggregatorFactory.ExecutionMode GLOBAL_ORDINALS
public static final SignificantTermsAggregatorFactory.ExecutionMode GLOBAL_ORDINALS_HASH
public static SignificantTermsAggregatorFactory.ExecutionMode[] values()
for (SignificantTermsAggregatorFactory.ExecutionMode c : SignificantTermsAggregatorFactory.ExecutionMode.values()) System.out.println(c);
public static SignificantTermsAggregatorFactory.ExecutionMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static SignificantTermsAggregatorFactory.ExecutionMode fromString(java.lang.String value)
public java.lang.String toString()
toString in class java.lang.Enum<SignificantTermsAggregatorFactory.ExecutionMode>