public static enum TermsAggregationBuilder.ExecutionHint extends Enum<TermsAggregationBuilder.ExecutionHint>
| Enum Constant and Description |
|---|
GLOBAL_ORDINALS |
MAP |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TermsAggregationBuilder.ExecutionHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermsAggregationBuilder.ExecutionHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TermsAggregationBuilder.ExecutionHint GLOBAL_ORDINALS
public static final TermsAggregationBuilder.ExecutionHint MAP
public static TermsAggregationBuilder.ExecutionHint[] values()
for (TermsAggregationBuilder.ExecutionHint c : TermsAggregationBuilder.ExecutionHint.values()) System.out.println(c);
public static TermsAggregationBuilder.ExecutionHint 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 nullpublic String toString()
toString in class Enum<TermsAggregationBuilder.ExecutionHint>Copyright © 2022 The Apache Software Foundation. All rights reserved.