Class PipelineAggregationBase
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregationBase
org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation
org.opensearch.client.opensearch._types.aggregations.PipelineAggregationBase
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
- Direct Known Subclasses:
AverageBucketAggregation,BucketScriptAggregation,BucketSelectorAggregation,CumulativeCardinalityAggregation,CumulativeSumAggregation,DerivativeAggregation,ExtendedStatsBucketAggregation,MaxBucketAggregation,MinBucketAggregation,MovingAverageAggregationBase,MovingFunctionAggregation,MovingPercentilesAggregation,NormalizeAggregation,PercentilesBucketAggregation,SerialDifferencingAggregation,StatsBucketAggregation,SumBucketAggregation
@Generated("org.opensearch.client.codegen.CodeGenerator")
public abstract class PipelineAggregationBase
extends BucketPathAggregation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPipelineAggregationBase.AbstractBuilder<BuilderT extends PipelineAggregationBase.AbstractBuilder<BuilderT>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal Stringformat()DecimalFormatpattern for the output value.final GapPolicyAPI name:gap_policyinthashCode()protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends PipelineAggregationBase.AbstractBuilder<BuilderT>>
voidsetupPipelineAggregationBaseDeserializer(ObjectDeserializer<BuilderT> op) Methods inherited from class org.opensearch.client.opensearch._types.aggregations.BucketPathAggregation
bucketsPath, setupBucketPathAggregationDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Constructor Details
-
PipelineAggregationBase
-
-
Method Details
-
format
DecimalFormatpattern for the output value. If specified, the formatted value is returned in the aggregation'svalue_as_stringproperty.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) -
hashCode
public int hashCode()- Overrides:
hashCodein classBucketPathAggregation
-
equals
- Overrides:
equalsin classBucketPathAggregation
-