| Modifier and Type | Method and Description |
|---|---|
abstract AbsoluteRange |
AggregationResult.effectiveTimerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationResult.Builder |
AggregationResult.Builder.effectiveTimerange(AbsoluteRange effectiveTimerange) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbsoluteRange |
QueryExecutionStats.effectiveTimeRange() |
default AbsoluteRange |
QueryBackend.effectiveTimeRangeForResult(Query query,
QueryResult queryResult) |
| Modifier and Type | Method and Description |
|---|---|
abstract QueryExecutionStats.Builder |
QueryExecutionStats.Builder.effectiveTimeRange(AbsoluteRange effectiveTimeRange) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbsoluteRange |
DateHistogram.Result.timerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract DateHistogram.Result.Builder |
DateHistogram.Result.Builder.timerange(AbsoluteRange timerange) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbsoluteRange |
PivotResult.effectiveTimerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract PivotResult.Builder |
PivotResult.Builder.effectiveTimerange(AbsoluteRange effectiveTimerange) |
| Modifier and Type | Method and Description |
|---|---|
static AbsoluteRangeEntity |
AbsoluteRangeEntity.of(AbsoluteRange absoluteRange) |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteRange |
TermsHistogramResult.getHistogramBoundaries() |
AbsoluteRange |
HistogramResult.getHistogramBoundaries() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<AbsoluteRange> |
Tools.extractHistogramBoundaries(String query) |
| Constructor and Description |
|---|
ComputationResult(Object result,
long tookMs,
AbsoluteRange computationTimeRange) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbsoluteRange |
AbsoluteRange.Builder.build() |
static AbsoluteRange |
AbsoluteRange.create(org.joda.time.DateTime from,
org.joda.time.DateTime to) |
static AbsoluteRange |
AbsoluteRange.create(String type,
org.joda.time.DateTime from,
org.joda.time.DateTime to) |
static AbsoluteRange |
AbsoluteRange.create(String from,
String to) |
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.