Class PipelineAggregationBase
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation
co.elastic.clients.elasticsearch._types.aggregations.PipelineAggregationBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
AverageBucketAggregation,BucketScriptAggregation,BucketSelectorAggregation,CumulativeCardinalityAggregation,CumulativeSumAggregation,DerivativeAggregation,ExtendedStatsBucketAggregation,InferenceAggregation,MaxBucketAggregation,MinBucketAggregation,MovingAverageAggregationBase,MovingFunctionAggregation,MovingPercentilesAggregation,NormalizeAggregation,PercentilesBucketAggregation,SerialDifferencingAggregation,StatsBucketAggregation,SumBucketAggregation
public abstract class PipelineAggregationBase extends BucketPathAggregation
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classPipelineAggregationBase.AbstractBuilder<BuilderT extends PipelineAggregationBase.AbstractBuilder<BuilderT>> -
Constructor Summary
Constructors Modifier Constructor Description protectedPipelineAggregationBase(PipelineAggregationBase.AbstractBuilder<?> builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringformat()API name:formatGapPolicygapPolicy()API name:gap_policyprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static <BuilderT extends PipelineAggregationBase.AbstractBuilder<BuilderT>>
voidsetupPipelineAggregationBaseDeserializer(ObjectDeserializer<BuilderT> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation
bucketsPath, setupBucketPathAggregationDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PipelineAggregationBase
-
-
Method Details
-
format
@Nullable public final java.lang.String format()API name:format -
gapPolicy
API name:gap_policy -
serializeInternal
- Overrides:
serializeInternalin classBucketPathAggregation
-
setupPipelineAggregationBaseDeserializer
protected static <BuilderT extends PipelineAggregationBase.AbstractBuilder<BuilderT>> void setupPipelineAggregationBaseDeserializer(ObjectDeserializer<BuilderT> op)
-