public abstract class AggregationEventProcessorParameters extends Object implements EventProcessorParametersWithTimerange
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregationEventProcessorParameters.Builder |
EventProcessorParametersWithTimerange.FallbackParametersFIELD_TIMERANGETYPE_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, waittimerangetypepublic 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 EventProcessorParametersWithTimerangepublic abstract AggregationEventProcessorParameters.Builder toBuilder()
public static AggregationEventProcessorParameters.Builder builder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.