| Package | Description |
|---|---|
| org.graylog.events.contentpack.entities | |
| org.graylog.events.processor.aggregation |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationFunction |
AggregationSeriesEntity.function() |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationSeriesEntity.Builder |
AggregationSeriesEntity.Builder.function(AggregationFunction function) |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationFunction |
AggregationSeries.function() |
static AggregationFunction |
AggregationFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationFunction[] |
AggregationFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AggregationSeries |
AggregationSeries.create(String id,
AggregationFunction function,
String field) |
abstract AggregationSeries.Builder |
AggregationSeries.Builder.function(AggregationFunction function) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.