| Package | Description |
|---|---|
| org.graylog.plugins.views.search.searchtypes.pivot |
| Modifier and Type | Method and Description |
|---|---|
static PivotResult.Value |
PivotResult.Value.create(Collection<String> key,
Object value,
boolean rollup,
String source) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableList<PivotResult.Value> |
PivotResult.Row.values() |
| Modifier and Type | Method and Description |
|---|---|
PivotResult.Row.Builder |
PivotResult.Row.Builder.addValue(PivotResult.Value value) |
| Modifier and Type | Method and Description |
|---|---|
PivotResult.Row.Builder |
PivotResult.Row.Builder.addAllValues(List<PivotResult.Value> values) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.