public abstract static class PivotResult.Row extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PivotResult.Row.Builder |
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
static PivotResult.Row.Builder |
builder() |
abstract com.google.common.collect.ImmutableList<String> |
key() |
abstract String |
source() |
abstract com.google.common.collect.ImmutableList<PivotResult.Value> |
values() |
public abstract com.google.common.collect.ImmutableList<String> key()
public abstract com.google.common.collect.ImmutableList<PivotResult.Value> values()
public abstract String source()
public static PivotResult.Row.Builder builder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.