Uses of Class
org.elasticsearch.search.aggregations.pipeline.MovAvgModel.AbstractModelParser
-
Packages that use MovAvgModel.AbstractModelParser Package Description org.elasticsearch.plugins org.elasticsearch.search org.elasticsearch.search.aggregations.pipeline -
-
Uses of MovAvgModel.AbstractModelParser in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type MovAvgModel.AbstractModelParser Modifier and Type Method Description default List<SearchPlugin.SearchExtensionSpec<MovAvgModel,MovAvgModel.AbstractModelParser>>SearchPlugin. getMovingAverageModels()The newMovAvgModels defined by this plugin. -
Uses of MovAvgModel.AbstractModelParser in org.elasticsearch.search
Methods in org.elasticsearch.search that return types with arguments of type MovAvgModel.AbstractModelParser Modifier and Type Method Description ParseFieldRegistry<MovAvgModel.AbstractModelParser>SearchModule. getMovingAverageModelParserRegistry()The registry ofMovAvgModels. -
Uses of MovAvgModel.AbstractModelParser in org.elasticsearch.search.aggregations.pipeline
Fields in org.elasticsearch.search.aggregations.pipeline declared as MovAvgModel.AbstractModelParser Modifier and Type Field Description static MovAvgModel.AbstractModelParserEwmaModel. PARSERstatic MovAvgModel.AbstractModelParserHoltLinearModel. PARSERstatic MovAvgModel.AbstractModelParserHoltWintersModel. PARSERstatic MovAvgModel.AbstractModelParserLinearModel. PARSERstatic MovAvgModel.AbstractModelParserSimpleModel. PARSERMethod parameters in org.elasticsearch.search.aggregations.pipeline with type arguments of type MovAvgModel.AbstractModelParser Modifier and Type Method Description static MovAvgPipelineAggregationBuilderMovAvgPipelineAggregationBuilder. parse(ParseFieldRegistry<MovAvgModel.AbstractModelParser> movingAverageMdelParserRegistry, String pipelineAggregatorName, XContentParser parser)
-