Class BucketMetricsPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
java.lang.Object
org.elasticsearch.search.aggregations.PipelineAggregationBuilder
org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<AF>
org.elasticsearch.search.aggregations.pipeline.BucketMetricsPipelineAggregationBuilder<AF>
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment,Rewriteable<PipelineAggregationBuilder>,BaseAggregationBuilder
- Direct Known Subclasses:
AvgBucketPipelineAggregationBuilder,ExtendedStatsBucketPipelineAggregationBuilder,MaxBucketPipelineAggregationBuilder,MinBucketPipelineAggregationBuilder,PercentilesBucketPipelineAggregationBuilder,StatsBucketPipelineAggregationBuilder,SumBucketPipelineAggregationBuilder
public abstract class BucketMetricsPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>> extends AbstractPipelineAggregationBuilder<AF>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
PipelineAggregationBuilder.ValidationContextNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
BUCKETS_PATH_FIELD, metadata, typeFields inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
bucketsPaths, nameFields inherited from interface org.elasticsearch.index.query.Rewriteable
MAX_REWRITE_ROUNDSFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors Modifier Constructor Description protectedBucketMetricsPipelineAggregationBuilder(java.lang.String name, java.lang.String type, java.lang.String[] bucketsPaths)protectedBucketMetricsPipelineAggregationBuilder(StreamInput in, java.lang.String type)Read from a stream. -
Method Summary
Modifier and Type Method Description protected abstract PipelineAggregatorcreateInternal(java.util.Map<java.lang.String,java.lang.Object> metadata)protected voiddoWriteTo(StreamOutput out)protected abstract org.elasticsearch.common.xcontent.XContentBuilderdoXContentBody(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)booleanequals(java.lang.Object obj)java.lang.Stringformat()Gets the format to use on the output of this aggregation.AFformat(java.lang.String format)Sets the format to use on the output of this aggregation.protected DocValueFormatformatter()BucketHelpers.GapPolicygapPolicy()Gets the gap policy to use for this aggregation.AFgapPolicy(BucketHelpers.GapPolicy gapPolicy)Sets the gap policy to use for this aggregation.inthashCode()protected abstract voidinnerWriteTo(StreamOutput out)protected org.elasticsearch.common.xcontent.XContentBuilderinternalXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)protected voidvalidate(PipelineAggregationBuilder.ValidationContext context)Makes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, overrideBucketsPath, setMetadata, toXContent, type, writeToMethods inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
getBucketsPaths, getName, rewrite, subAggregations, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable
getWriteableNameMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
BucketMetricsPipelineAggregationBuilder
protected BucketMetricsPipelineAggregationBuilder(java.lang.String name, java.lang.String type, java.lang.String[] bucketsPaths) -
BucketMetricsPipelineAggregationBuilder
protected BucketMetricsPipelineAggregationBuilder(StreamInput in, java.lang.String type) throws java.io.IOExceptionRead from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
doWriteTo
- Specified by:
doWriteToin classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>- Throws:
java.io.IOException
-
innerWriteTo
- Throws:
java.io.IOException
-
format
Sets the format to use on the output of this aggregation. -
format
public java.lang.String format()Gets the format to use on the output of this aggregation. -
formatter
-
gapPolicy
Sets the gap policy to use for this aggregation. -
gapPolicy
Gets the gap policy to use for this aggregation. -
createInternal
protected abstract PipelineAggregator createInternal(java.util.Map<java.lang.String,java.lang.Object> metadata)- Specified by:
createInternalin classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
-
validate
Description copied from class:PipelineAggregationBuilderMakes sure this builder is properly configured.- Specified by:
validatein classPipelineAggregationBuilder
-
internalXContent
protected final org.elasticsearch.common.xcontent.XContentBuilder internalXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
internalXContentin classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>- Throws:
java.io.IOException
-
doXContentBody
protected abstract org.elasticsearch.common.xcontent.XContentBuilder doXContentBody(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classAbstractPipelineAggregationBuilder<AF extends BucketMetricsPipelineAggregationBuilder<AF>>
-