Class AggregationEventProcessorParameters
java.lang.Object
org.graylog.events.processor.aggregation.AggregationEventProcessorParameters
- All Implemented Interfaces:
EventProcessorParameters,EventProcessorParametersWithTimerange
public abstract class AggregationEventProcessorParameters
extends Object
implements EventProcessorParametersWithTimerange
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog.events.processor.EventProcessorParametersWithTimerange
EventProcessorParametersWithTimerange.FallbackParameters -
Field Summary
Fields inherited from interface org.graylog.events.processor.EventProcessorParameters
TYPE_FIELDFields inherited from interface org.graylog.events.processor.EventProcessorParametersWithTimerange
FIELD_TIMERANGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intbuilder()abstract com.google.common.collect.ImmutableSet<String>streams()withTimerange(org.joda.time.DateTime from, org.joda.time.DateTime to) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.events.processor.EventProcessorParameters
typeMethods inherited from interface org.graylog.events.processor.EventProcessorParametersWithTimerange
timerange
-
Constructor Details
-
AggregationEventProcessorParameters
public AggregationEventProcessorParameters()
-
-
Method Details
-
streams
-
batchSize
public abstract int batchSize() -
withTimerange
public EventProcessorParametersWithTimerange withTimerange(org.joda.time.DateTime from, org.joda.time.DateTime to) - Specified by:
withTimerangein interfaceEventProcessorParametersWithTimerange
-
toBuilder
-
builder
-