public abstract static class GroupByHistogram.Result extends Object implements SearchType.Result
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupByHistogram.Result.Builder |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<Long,GroupByHistogram.Bucket> |
buckets() |
static GroupByHistogram.Result.Builder |
builder() |
abstract String |
id() |
String |
type()
The json type info property of the surrounding SearchType class.
|
public abstract String id()
id in interface SearchType.Resultpublic String type()
SearchType.Resulttype in interface SearchType.Resultpublic abstract Map<Long,GroupByHistogram.Bucket> buckets()
public static GroupByHistogram.Result.Builder builder()
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.