public abstract class AggregationSeries extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AggregationSeries.Builder |
Constructor and Description |
---|
AggregationSeries() |
Modifier and Type | Method and Description |
---|---|
static AggregationSeries.Builder |
builder() |
static AggregationSeries |
create(String id,
AggregationFunction function,
String field) |
abstract Optional<String> |
field() |
abstract AggregationFunction |
function() |
abstract String |
id() |
abstract AggregationSeries.Builder |
toBuilder() |
public abstract String id()
public abstract AggregationFunction function()
public static AggregationSeries.Builder builder()
public abstract AggregationSeries.Builder toBuilder()
public static AggregationSeries create(String id, AggregationFunction function, @Nullable String field)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.