public class MovAvgParser extends Object implements PipelineAggregator.Parser
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static ParseField |
MINIMIZE |
static ParseField |
MODEL |
static ParseField |
PREDICT |
static ParseField |
SETTINGS |
static ParseField |
WINDOW |
BUCKETS_PATH, FORMAT, GAP_POLICY| コンストラクタと説明 |
|---|
MovAvgParser(MovAvgModelParserMapper movAvgModelParserMapper) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context)
Returns the pipeline aggregator factory with which this parser is
associated.
|
String |
type() |
public static final ParseField MODEL
public static final ParseField WINDOW
public static final ParseField SETTINGS
public static final ParseField PREDICT
public static final ParseField MINIMIZE
@Inject public MovAvgParser(MovAvgModelParserMapper movAvgModelParserMapper)
public String type()
type インタフェース内 PipelineAggregator.Parserpublic PipelineAggregatorFactory parse(String pipelineAggregatorName, XContentParser parser, SearchContext context) throws IOException
PipelineAggregator.Parserparse インタフェース内 PipelineAggregator.ParserpipelineAggregatorName - The name of the pipeline aggregationparser - The xcontent parsercontext - The search contextIOException - When parsing failsCopyright © 2009–2016. All rights reserved.