| Modifier and Type | Method and Description |
|---|---|
SeriesSpec |
AggregationFunction.toSeriesSpec(String id,
String field) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ViewsModule.registerPivotAggregationFunction(String name,
String description,
Class<? extends SeriesSpec> seriesSpecClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SeriesSpecHandler<SPEC_TYPE extends SeriesSpec,AGGREGATION_BUILDER,QUERY_RESULT,AGGREGATION_RESULT,SEARCHTYPE_HANDLER,QUERY_CONTEXT>
Implementations of this class contribute handlers for series to concrete implementations of
the pivot search type. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SeriesSpec.Fallback |
| Modifier and Type | Method and Description |
|---|---|
abstract List<SeriesSpec> |
Pivot.series() |
| Modifier and Type | Method and Description |
|---|---|
default Optional<AGGREGATION_BUILDER> |
SeriesSpecHandler.createAggregation(String name,
Pivot pivot,
SeriesSpec seriesSpec,
SearchTypeHandler searchTypeHandler,
GeneratedQueryContext queryContext) |
default Object |
SeriesSpecHandler.handleResult(Pivot pivot,
SeriesSpec seriesSpec,
Object queryResult,
Object aggregationResult,
SearchTypeHandler searchTypeHandler,
GeneratedQueryContext queryContext) |
| Modifier and Type | Method and Description |
|---|---|
abstract Pivot.Builder |
Pivot.Builder.series(List<SeriesSpec> series) |
| Modifier and Type | Class and Description |
|---|---|
class |
Average |
class |
Cardinality |
class |
Count |
class |
Max |
class |
Min |
class |
Percentile |
class |
StdDev |
class |
Sum |
class |
SumOfSquares |
class |
Variance |
| Modifier and Type | Method and Description |
|---|---|
abstract List<SeriesSpec> |
PivotEntity.series() |
| Modifier and Type | Method and Description |
|---|---|
abstract PivotEntity.Builder |
PivotEntity.Builder.series(List<SeriesSpec> series) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.