public class DerivativePipelineAggregator extends PipelineAggregator
| Modifier and Type | Class and Description |
|---|---|
static class |
DerivativePipelineAggregator.Factory |
PipelineAggregator.Parser| Modifier and Type | Field and Description |
|---|---|
static PipelineAggregatorStreams.Stream |
STREAM |
static InternalAggregation.Type |
TYPE |
AGGREGATION_TRANFORM_FUNCTION| Constructor and Description |
|---|
DerivativePipelineAggregator() |
DerivativePipelineAggregator(String name,
String[] bucketsPaths,
ValueFormatter formatter,
BucketHelpers.GapPolicy gapPolicy,
Long xAxisUnits,
Map<String,Object> metadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
doReadFrom(StreamInput in) |
void |
doWriteTo(StreamOutput out) |
InternalAggregation |
reduce(InternalAggregation aggregation,
InternalAggregation.ReduceContext reduceContext) |
static void |
registerStreams() |
InternalAggregation.Type |
type() |
bucketsPaths, metaData, name, readFrom, writeTopublic static final InternalAggregation.Type TYPE
public static final PipelineAggregatorStreams.Stream STREAM
public DerivativePipelineAggregator()
public DerivativePipelineAggregator(String name, String[] bucketsPaths, ValueFormatter formatter, BucketHelpers.GapPolicy gapPolicy, Long xAxisUnits, Map<String,Object> metadata)
public static void registerStreams()
public InternalAggregation.Type type()
type in class PipelineAggregatorpublic InternalAggregation reduce(InternalAggregation aggregation, InternalAggregation.ReduceContext reduceContext)
reduce in class PipelineAggregatorpublic void doReadFrom(StreamInput in) throws IOException
doReadFrom in class PipelineAggregatorIOExceptionpublic void doWriteTo(StreamOutput out) throws IOException
doWriteTo in class PipelineAggregatorIOExceptionCopyright © 2009–2017. All rights reserved.