Enum Class Aggregation.Kind
java.lang.Object
java.lang.Enum<Aggregation.Kind>
co.elastic.clients.elasticsearch._types.aggregations.Aggregation.Kind
- All Implemented Interfaces:
JsonEnum,JsonpSerializable,Serializable,Comparable<Aggregation.Kind>,Constable
- Enclosing class:
- Aggregation
Aggregation variant kinds.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface co.elastic.clients.json.JsonEnum
JsonEnum.Deserializer<T extends JsonEnum> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA customAggregationdefined by a plugin -
Method Summary
Modifier and TypeMethodDescriptionstatic Aggregation.KindReturns the enum constant of this class with the specified name.static Aggregation.Kind[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AdjacencyMatrix
-
AutoDateHistogram
-
Avg
-
AvgBucket
-
Boxplot
-
BucketScript
-
BucketSelector
-
BucketSort
-
BucketCountKsTest
-
BucketCorrelation
-
Cardinality
-
CategorizeText
-
Children
-
Composite
-
CumulativeCardinality
-
CumulativeSum
-
DateHistogram
-
DateRange
-
Derivative
-
DiversifiedSampler
-
ExtendedStats
-
ExtendedStatsBucket
-
FrequentItemSets
-
Filter
-
Filters
-
GeoBounds
-
GeoCentroid
-
GeoDistance
-
GeohashGrid
-
GeoLine
-
GeotileGrid
-
GeohexGrid
-
Global
-
Histogram
-
IpRange
-
IpPrefix
-
Inference
-
MatrixStats
-
Max
-
MaxBucket
-
MedianAbsoluteDeviation
-
Min
-
MinBucket
-
Missing
-
MovingAvg
-
MovingPercentiles
-
MovingFn
-
MultiTerms
-
Nested
-
Normalize
-
Parent
-
PercentileRanks
-
Percentiles
-
PercentilesBucket
-
Range
-
RareTerms
-
Rate
-
ReverseNested
-
Sampler
-
ScriptedMetric
-
SerialDiff
-
SignificantTerms
-
SignificantText
-
Stats
-
StatsBucket
-
StringStats
-
Sum
-
SumBucket
-
Terms
-
TopHits
-
TTest
-
TopMetrics
-
ValueCount
-
WeightedAvg
-
VariableWidthHistogram
-
_Custom
A customAggregationdefined by a plugin
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
jsonValue
-