| 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 |
MessagesExportEvent.timeRange() |
| Modifier and Type | Method and Description |
|---|---|
abstract MessagesExportEvent.Builder |
MessagesExportEvent.Builder.timeRange(AbsoluteRange timeRange) |
| Modifier and Type | Method and Description |
|---|---|
static AbsoluteRange |
ExportMessagesCommand.defaultTimeRange() |
abstract AbsoluteRange |
ExportMessagesCommand.timeRange() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<AbsoluteRange> |
ResultFormat.timerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract ResultFormat.Builder |
ResultFormat.Builder.timerange(AbsoluteRange timeRange) |
abstract ExportMessagesCommand.Builder |
ExportMessagesCommand.Builder.timeRange(AbsoluteRange timeRange) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbsoluteRange |
MessageList.Result.effectiveTimerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract MessageList.Result.Builder |
MessageList.Result.Builder.effectiveTimerange(AbsoluteRange effectiveTimerange) |
| 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 |
|---|---|
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–2021 Graylog, Inc.. All rights reserved.