public abstract class AggregationEventProcessorParameters extends Object implements EventProcessorParametersWithTimerange
Modifier and Type | Class and Description |
---|---|
static class |
AggregationEventProcessorParameters.Builder |
EventProcessorParametersWithTimerange.FallbackParameters
FIELD_TIMERANGE
TYPE_FIELD
Constructor and Description |
---|
AggregationEventProcessorParameters() |
Modifier and Type | Method and Description |
---|---|
abstract int |
batchSize() |
static AggregationEventProcessorParameters.Builder |
builder() |
abstract com.google.common.collect.ImmutableSet<String> |
streams() |
abstract AggregationEventProcessorParameters.Builder |
toBuilder() |
EventProcessorParametersWithTimerange |
withTimerange(org.joda.time.DateTime from,
org.joda.time.DateTime to) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
timerange
type
public abstract com.google.common.collect.ImmutableSet<String> streams()
public abstract int batchSize()
public EventProcessorParametersWithTimerange withTimerange(org.joda.time.DateTime from, org.joda.time.DateTime to)
withTimerange
in interface EventProcessorParametersWithTimerange
public abstract AggregationEventProcessorParameters.Builder toBuilder()
public static AggregationEventProcessorParameters.Builder builder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.