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.cronExpression(String cronExpression) AggregationEventProcessorConfig.Builder.cronTimezone(String cronTimezone) AggregationEventProcessorConfig.Builder.eventLimit(Integer eventLimit) AggregationEventProcessorConfig.Builder.executeEveryMs(long executeEveryMs) AggregationEventProcessorConfig.Builder.filters(List<UsedSearchFilter> filters) AggregationEventProcessorConfig.Builder.queryParameters(Set<Parameter> queryParameters) AggregationEventProcessorConfig.Builder.searchWithinMs(long searchWithinMs) AggregationEventProcessorConfig.Builder.series(List<SeriesSpec> series) AggregationEventProcessorConfig.Builder.streamCategories(Set<String> streamCategories) AggregationEventProcessorConfig.toBuilder()AggregationEventProcessorConfig.Builder.useCronScheduling(boolean useCronScheduling)