Interface PipelineAggregator.Parser
- All Known Implementing Classes:
BucketMetricsParser,ExtendedStatsBucketParser
- Enclosing class:
- PipelineAggregator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface PipelineAggregator.Parser
Parse the
PipelineAggregationBuilder from a XContentParser.-
Field Summary
Fields Modifier and Type Field Description static ParseFieldBUCKETS_PATHstatic ParseFieldFORMATstatic ParseFieldGAP_POLICY -
Method Summary
Modifier and Type Method Description PipelineAggregationBuilderparse(java.lang.String pipelineAggregatorName, XContentParser parser)Returns the pipeline aggregator factory with which this parser is associated.
-
Field Details
-
Method Details
-
parse
PipelineAggregationBuilder parse(java.lang.String pipelineAggregatorName, XContentParser parser) throws java.io.IOExceptionReturns the pipeline aggregator factory with which this parser is associated.- Parameters:
pipelineAggregatorName- The name of the pipeline aggregationparser- the parser- Returns:
- The resolved pipeline aggregator factory
- Throws:
java.io.IOException- When parsing fails
-