| Modifier and Type | Field and Description |
|---|---|
static String |
type |
TYPE_FIELD| Constructor and Description |
|---|
AutoInterval() |
| Modifier and Type | Method and Description |
|---|---|
static AutoInterval |
create() |
static AutoInterval |
create(double scalingFactor) |
static AutoInterval |
create(String type,
Double scalingFactor) |
abstract Double |
scaling() |
org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval |
toDateHistogramInterval(TimeRange timerange) |
abstract String |
type() |
public static final String type
public abstract Double scaling()
public org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval toDateHistogramInterval(TimeRange timerange)
toDateHistogramInterval in interface Intervalpublic static AutoInterval create()
public static AutoInterval create(double scalingFactor)
public static AutoInterval create(String type, @Nullable Double scalingFactor)
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.