Uses of Class
org.graylog.events.processor.aggregation.AggregationEventProcessorConfig.Builder
Packages that use AggregationEventProcessorConfig.Builder
-
Uses of AggregationEventProcessorConfig.Builder in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation that return AggregationEventProcessorConfig.BuilderModifier and TypeMethodDescriptionAggregationEventProcessorConfig.builder()AggregationEventProcessorConfig.Builder.conditions(AggregationConditions conditions) AggregationEventProcessorConfig.Builder.create()AggregationEventProcessorConfig.Builder.executeEveryMs(long executeEveryMs) AggregationEventProcessorConfig.Builder.queryParameters(Set<Parameter> queryParameters) AggregationEventProcessorConfig.Builder.searchWithinMs(long searchWithinMs) AggregationEventProcessorConfig.Builder.series(List<AggregationSeries> series) AggregationEventProcessorConfig.toBuilder()