public static class MissingAggregator.Factory extends ValuesSourceAggregatorFactory<ValuesSource>
ValuesSourceAggregatorFactory.LeafOnly<VS extends ValuesSource>config| Constructor and Description |
|---|
MissingAggregator.Factory(String name,
ValuesSourceConfig valueSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected MissingAggregator |
createUnmapped(AggregationContext aggregationContext,
Aggregator parent,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
protected MissingAggregator |
doCreateInternal(ValuesSource valuesSource,
AggregationContext aggregationContext,
Aggregator parent,
boolean collectsFromSingleBucket,
List<PipelineAggregator> pipelineAggregators,
Map<String,Object> metaData) |
createInternal, doValidateasMultiBucketAggregator, create, name, parent, setMetaData, subFactories, validatepublic MissingAggregator.Factory(String name, ValuesSourceConfig valueSourceConfig)
protected MissingAggregator createUnmapped(AggregationContext aggregationContext, Aggregator parent, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) throws IOException
createUnmapped in class ValuesSourceAggregatorFactory<ValuesSource>IOExceptionprotected MissingAggregator doCreateInternal(ValuesSource valuesSource, AggregationContext aggregationContext, Aggregator parent, boolean collectsFromSingleBucket, List<PipelineAggregator> pipelineAggregators, Map<String,Object> metaData) throws IOException
doCreateInternal in class ValuesSourceAggregatorFactory<ValuesSource>IOExceptionCopyright © 2009–2017. All rights reserved.