Class BucketPathAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
BucketCorrelationAggregation,BucketKsAggregation,PipelineAggregationBase
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBucketPathAggregation.AbstractBuilder<BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BucketsPathPath to the buckets that contain one set of values to correlate.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>>
voidsetupBucketPathAggregationDeserializer(ObjectDeserializer<BuilderT> op) toString()
-
Constructor Details
-
BucketPathAggregation
-
-
Method Details
-
bucketsPath
Path to the buckets that contain one set of values to correlate.API name:
buckets_path -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupBucketPathAggregationDeserializer
protected static <BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>> void setupBucketPathAggregationDeserializer(ObjectDeserializer<BuilderT> op)
-