public static enum TermsAggregatorFactory.ExecutionMode extends java.lang.Enum<TermsAggregatorFactory.ExecutionMode>
| Enum Constant and Description |
|---|
GLOBAL_ORDINALS |
MAP |
| Modifier and Type | Method and Description |
|---|---|
static TermsAggregatorFactory.ExecutionMode |
fromString(java.lang.String value,
DeprecationLogger deprecationLogger) |
java.lang.String |
toString() |
static TermsAggregatorFactory.ExecutionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TermsAggregatorFactory.ExecutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermsAggregatorFactory.ExecutionMode MAP
public static final TermsAggregatorFactory.ExecutionMode GLOBAL_ORDINALS
public static TermsAggregatorFactory.ExecutionMode[] values()
for (TermsAggregatorFactory.ExecutionMode c : TermsAggregatorFactory.ExecutionMode.values()) System.out.println(c);
public static TermsAggregatorFactory.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 TermsAggregatorFactory.ExecutionMode fromString(java.lang.String value, DeprecationLogger deprecationLogger)
public java.lang.String toString()
toString in class java.lang.Enum<TermsAggregatorFactory.ExecutionMode>