public abstract class PivotResult extends Object implements SearchType.Result
| Modifier and Type | Class and Description |
|---|---|
static class |
PivotResult.Builder |
static class |
PivotResult.Row |
static class |
PivotResult.Value |
| Constructor and Description |
|---|
PivotResult() |
| Modifier and Type | Method and Description |
|---|---|
static PivotResult.Builder |
builder() |
abstract AbsoluteRange |
effectiveTimerange() |
static PivotResult |
empty(String id) |
abstract String |
id() |
abstract com.google.common.collect.ImmutableList<PivotResult.Row> |
rows() |
abstract long |
total() |
String |
type()
The json type info property of the surrounding SearchType class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnamepublic abstract String id()
id in interface SearchType.Resultpublic String type()
SearchType.Resulttype in interface SearchType.Resultpublic abstract com.google.common.collect.ImmutableList<PivotResult.Row> rows()
public abstract long total()
public abstract AbsoluteRange effectiveTimerange()
public static PivotResult.Builder builder()
public static PivotResult empty(String id)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.