Uses of Enum Class
org.graylog.events.processor.aggregation.AggregationFunction
Packages that use AggregationFunction
Package
Description
-
Uses of AggregationFunction in org.graylog.events.contentpack.entities
Methods in org.graylog.events.contentpack.entities that return AggregationFunctionModifier and TypeMethodDescriptionabstract AggregationFunctionAggregationSeriesEntity.function()Methods in org.graylog.events.contentpack.entities with parameters of type AggregationFunctionModifier and TypeMethodDescriptionabstract AggregationSeriesEntity.BuilderAggregationSeriesEntity.Builder.function(AggregationFunction function) -
Uses of AggregationFunction in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation that return AggregationFunctionModifier and TypeMethodDescriptionabstract AggregationFunctionAggregationSeries.function()static AggregationFunctionReturns the enum constant of this class with the specified name.static AggregationFunction[]AggregationFunction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.events.processor.aggregation with parameters of type AggregationFunctionModifier and TypeMethodDescriptionstatic AggregationSeriesAggregationSeries.create(String id, AggregationFunction function, String field) abstract AggregationSeries.BuilderAggregationSeries.Builder.function(AggregationFunction function)