Uses of Class
org.elasticsearch.search.aggregations.pipeline.BucketHelpers.GapPolicy
-
Packages that use BucketHelpers.GapPolicy Package Description org.elasticsearch.search.aggregations.pipeline -
-
Uses of BucketHelpers.GapPolicy in org.elasticsearch.search.aggregations.pipeline
Fields in org.elasticsearch.search.aggregations.pipeline declared as BucketHelpers.GapPolicy Modifier and Type Field Description protected BucketHelpers.GapPolicyBucketMetricsPipelineAggregator. gapPolicyMethods in org.elasticsearch.search.aggregations.pipeline that return BucketHelpers.GapPolicy Modifier and Type Method Description BucketHelpers.GapPolicyBucketMetricsPipelineAggregationBuilder. gapPolicy()Gets the gap policy to use for this aggregation.BucketHelpers.GapPolicyBucketScriptPipelineAggregationBuilder. gapPolicy()Gets the gap policy to use for this aggregation.BucketHelpers.GapPolicyBucketSelectorPipelineAggregationBuilder. gapPolicy()Gets the gap policy to use for this aggregation.BucketHelpers.GapPolicyDerivativePipelineAggregationBuilder. gapPolicy()BucketHelpers.GapPolicyMovAvgPipelineAggregationBuilder. gapPolicy()Gets the GapPolicy to use on the output of this aggregation.BucketHelpers.GapPolicyMovFnPipelineAggregationBuilder. gapPolicy()Gets the gap policy to use for this aggregation.BucketHelpers.GapPolicySerialDiffPipelineAggregationBuilder. gapPolicy()Gets the GapPolicy to use on the output of this aggregation.static BucketHelpers.GapPolicyBucketHelpers.GapPolicy. parse(String text, XContentLocation tokenLocation)Parse a string GapPolicy into the byte enumstatic BucketHelpers.GapPolicyBucketHelpers.GapPolicy. readFrom(StreamInput in)Deserialize the GapPolicy from the input streamstatic BucketHelpers.GapPolicyBucketHelpers.GapPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static BucketHelpers.GapPolicy[]BucketHelpers.GapPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.search.aggregations.pipeline with parameters of type BucketHelpers.GapPolicy Modifier and Type Method Description AFBucketMetricsPipelineAggregationBuilder. gapPolicy(BucketHelpers.GapPolicy gapPolicy)Sets the gap policy to use for this aggregation.BucketScriptPipelineAggregationBuilderBucketScriptPipelineAggregationBuilder. gapPolicy(BucketHelpers.GapPolicy gapPolicy)Sets the gap policy to use for this aggregation.BucketSelectorPipelineAggregationBuilderBucketSelectorPipelineAggregationBuilder. gapPolicy(BucketHelpers.GapPolicy gapPolicy)Sets the gap policy to use for this aggregation.BucketSortPipelineAggregationBuilderBucketSortPipelineAggregationBuilder. gapPolicy(BucketHelpers.GapPolicy gapPolicy)DerivativePipelineAggregationBuilderDerivativePipelineAggregationBuilder. gapPolicy(BucketHelpers.GapPolicy gapPolicy)MovAvgPipelineAggregationBuilderMovAvgPipelineAggregationBuilder. gapPolicy(BucketHelpers.GapPolicy gapPolicy)Sets the GapPolicy to use on the output of this aggregation.MovFnPipelineAggregationBuilderMovFnPipelineAggregationBuilder. gapPolicy(BucketHelpers.GapPolicy gapPolicy)Sets the gap policy to use for this aggregation.SerialDiffPipelineAggregationBuilderSerialDiffPipelineAggregationBuilder. gapPolicy(BucketHelpers.GapPolicy gapPolicy)Sets the GapPolicy to use on the output of this aggregation.static DoubleBucketHelpers. resolveBucketValue(MultiBucketsAggregation agg, InternalMultiBucketAggregation.InternalBucket bucket, String aggPath, BucketHelpers.GapPolicy gapPolicy)Given a path and a set of buckets, this method will return the value inside the agg at that path.static DoubleBucketHelpers. resolveBucketValue(MultiBucketsAggregation agg, InternalMultiBucketAggregation.InternalBucket bucket, List<String> aggPathAsList, BucketHelpers.GapPolicy gapPolicy)
-