public abstract static class AggregationEventProcessorParameters.Builder extends Object implements EventProcessorParametersWithTimerange.Builder<AggregationEventProcessorParameters.Builder>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationEventProcessorParameters.Builder |
batchSize(int batchSize) |
abstract AggregationEventProcessorParameters |
build() |
static AggregationEventProcessorParameters.Builder |
create() |
abstract AggregationEventProcessorParameters.Builder |
streams(Set<String> streams) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittimerangetypepublic static AggregationEventProcessorParameters.Builder create()
public abstract AggregationEventProcessorParameters.Builder streams(Set<String> streams)
public abstract AggregationEventProcessorParameters.Builder batchSize(int batchSize)
public abstract AggregationEventProcessorParameters build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.