| Modifier and Type | Method and Description |
|---|---|
void |
SearchModule.registerPipelineParser(Class<? extends PipelineAggregator.Parser> parser) |
| Modifier and Type | Method and Description |
|---|---|
PipelineAggregator.Parser |
AggregatorParsers.pipelineAggregator(String type)
Returns the parser that is registered under the given pipeline aggregator
type.
|
| Constructor and Description |
|---|
AggregatorParsers(Set<Aggregator.Parser> aggParsers,
Set<PipelineAggregator.Parser> pipelineAggregatorParsers)
Constructs the AggregatorParsers out of all the given parsers
|
| Modifier and Type | Class and Description |
|---|---|
class |
BucketMetricsParser
A parser for parsing requests for a
BucketMetricsPipelineAggregator |
| Modifier and Type | Class and Description |
|---|---|
class |
AvgBucketParser |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxBucketParser |
| Modifier and Type | Class and Description |
|---|---|
class |
MinBucketParser |
| Modifier and Type | Class and Description |
|---|---|
class |
PercentilesBucketParser |
| Modifier and Type | Class and Description |
|---|---|
class |
StatsBucketParser |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedStatsBucketParser |
| Modifier and Type | Class and Description |
|---|---|
class |
SumBucketParser |
| Modifier and Type | Class and Description |
|---|---|
class |
BucketScriptParser |
| Modifier and Type | Class and Description |
|---|---|
class |
CumulativeSumParser |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivativeParser |
| Modifier and Type | Class and Description |
|---|---|
class |
BucketSelectorParser |
| Modifier and Type | Class and Description |
|---|---|
class |
MovAvgParser |
| Modifier and Type | Class and Description |
|---|---|
class |
SerialDiffParser |
Copyright © 2009–2017. All rights reserved.