Class AggregationSeries
java.lang.Object
org.graylog.events.processor.aggregation.AggregationSeries
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregationSeries.Builderbuilder()static AggregationSeriescreate(String id, AggregationFunction function, String field) field()abstract AggregationFunctionfunction()abstract Stringid()abstract AggregationSeries.Builder
-
Constructor Details
-
AggregationSeries
public AggregationSeries()
-
-
Method Details
-
id
-
function
-
field
-
builder
-
toBuilder
-
create
public static AggregationSeries create(String id, AggregationFunction function, @Nullable String field)
-