public abstract class DateHistogram extends Object implements SearchType
| Modifier and Type | Class and Description |
|---|---|
static class |
DateHistogram.Builder |
static class |
DateHistogram.Result |
SearchType.Fallback| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
TYPE_FIELD| Constructor and Description |
|---|
DateHistogram() |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode state) |
static DateHistogram.Builder |
builder() |
abstract Filter |
filter() |
abstract String |
id() |
abstract Searches.DateHistogramInterval |
interval() |
abstract String |
type() |
public static final String NAME
public abstract String type()
type in interface SearchType@Nullable public abstract String id()
id in interface SearchType@Nullable public abstract Filter filter()
filter in interface SearchTypepublic abstract Searches.DateHistogramInterval interval()
public SearchType applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JsonNode state)
applyExecutionContext in interface SearchTypepublic static DateHistogram.Builder builder()
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.