public class CumulativeSumPipelineAggregator extends PipelineAggregator
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
CumulativeSumPipelineAggregator.Factory |
PipelineAggregator.Parser| 修飾子とタイプ | フィールドと説明 |
|---|---|
static PipelineAggregatorStreams.Stream |
STREAM |
static InternalAggregation.Type |
TYPE |
AGGREGATION_TRANFORM_FUNCTION| コンストラクタと説明 |
|---|
CumulativeSumPipelineAggregator() |
CumulativeSumPipelineAggregator(String name,
String[] bucketsPaths,
ValueFormatter formatter,
Map<String,Object> metadata) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 static void registerStreams()
public InternalAggregation.Type type()
type クラス内 PipelineAggregatorpublic InternalAggregation reduce(InternalAggregation aggregation, InternalAggregation.ReduceContext reduceContext)
reduce クラス内 PipelineAggregatorpublic void doReadFrom(StreamInput in) throws IOException
doReadFrom クラス内 PipelineAggregatorIOExceptionpublic void doWriteTo(StreamOutput out) throws IOException
doWriteTo クラス内 PipelineAggregatorIOExceptionCopyright © 2009–2016. All rights reserved.