public abstract static class AggregationResult.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationResult |
build() |
static AggregationResult.Builder |
create() |
abstract AggregationResult.Builder |
effectiveTimerange(AbsoluteRange effectiveTimerange) |
abstract AggregationResult.Builder |
keyResults(List<AggregationKeyResult> keyResults) |
abstract AggregationResult.Builder |
sourceStreams(Set<String> sourceStreams) |
abstract AggregationResult.Builder |
totalAggregatedMessages(long total) |
public static AggregationResult.Builder create()
public abstract AggregationResult.Builder keyResults(List<AggregationKeyResult> keyResults)
public abstract AggregationResult.Builder effectiveTimerange(AbsoluteRange effectiveTimerange)
public abstract AggregationResult.Builder totalAggregatedMessages(long total)
public abstract AggregationResult.Builder sourceStreams(Set<String> sourceStreams)
public abstract AggregationResult build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.