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