public abstract class AggregationResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregationResult.Builder |
| Constructor and Description |
|---|
AggregationResult() |
| Modifier and Type | Method and Description |
|---|---|
static AggregationResult.Builder |
builder() |
abstract AbsoluteRange |
effectiveTimerange() |
static AggregationResult |
empty() |
abstract com.google.common.collect.ImmutableList<AggregationKeyResult> |
keyResults() |
abstract Set<String> |
sourceStreams() |
abstract AggregationResult.Builder |
toBuilder() |
abstract long |
totalAggregatedMessages() |
public abstract com.google.common.collect.ImmutableList<AggregationKeyResult> keyResults()
public abstract AbsoluteRange effectiveTimerange()
public abstract long totalAggregatedMessages()
public static AggregationResult.Builder builder()
public abstract AggregationResult.Builder toBuilder()
public static AggregationResult empty()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.