public class PipelineAggregatorStreams extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static interface |
PipelineAggregatorStreams.Stream
A stream that knows how to read an aggregation from the input.
|
| コンストラクタと説明 |
|---|
PipelineAggregatorStreams() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
registerStream(PipelineAggregatorStreams.Stream stream,
BytesReference... types)
Registers the given stream and associate it with the given types.
|
static PipelineAggregatorStreams.Stream |
stream(BytesReference type)
Returns the stream that is registered for the given type
|
public static void registerStream(PipelineAggregatorStreams.Stream stream, BytesReference... types)
stream - The streams to registertypes - The types associated with the streamspublic static PipelineAggregatorStreams.Stream stream(BytesReference type)
type - The given typeCopyright © 2009–2016. All rights reserved.