| Modifier and Type | Method and Description |
|---|---|
TimeRange |
EventProcessorParametersWithTimerange.timerange() |
TimeRange |
EventProcessorParametersWithTimerange.FallbackParameters.timerange() |
| Modifier and Type | Method and Description |
|---|---|
SELF |
EventProcessorParametersWithTimerange.Builder.timerange(TimeRange timerange) |
| Modifier and Type | Method and Description |
|---|---|
abstract TimeRange |
EventsSearchParameters.timerange() |
| Modifier and Type | Method and Description |
|---|---|
MoreSearch.Result |
MoreSearchAdapter.eventSearch(String queryString,
TimeRange timerange,
Set<String> affectedIndices,
Sorting sorting,
int page,
int perPage,
Set<String> eventStreams,
String filterString,
Set<String> forbiddenSourceStreams) |
void |
MoreSearchAdapter.scrollEvents(String queryString,
TimeRange timeRange,
Set<String> affectedIndices,
Set<String> streams,
String scrollTime,
int batchSize,
MoreSearchAdapter.ScrollEventsCallback resultCallback) |
void |
MoreSearch.scrollQuery(String queryString,
Set<String> streams,
Set<Parameter> queryParameters,
TimeRange timeRange,
int batchSize,
MoreSearch.ScrollCallback resultCallback)
This scrolls results for the given query, streams and time range from Elasticsearch.
|
abstract EventsSearchParameters.Builder |
EventsSearchParameters.Builder.timerange(TimeRange timerange) |
| Modifier and Type | Method and Description |
|---|---|
TimeRange |
Query.effectiveTimeRange(SearchType searchType) |
abstract TimeRange |
Query.timerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<TimeRange> |
GlobalOverride.timerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract GlobalOverride.Builder |
GlobalOverride.Builder.timerange(TimeRange timerange) |
abstract Query.Builder |
Query.Builder.timerange(TimeRange timerange) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
IndexLookup.indexNamesForStreamsInTimeRange(Set<String> streamIds,
TimeRange timeRange) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyTimeRange
Dummy class to allow constructing an empty
query instance. |
| Modifier and Type | Method and Description |
|---|---|
static TimeRange |
EmptyTimeRange.emptyTimeRange() |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
QueryBackend.isAllMessages(TimeRange timeRange) |
| Modifier and Type | Method and Description |
|---|---|
abstract TimeRange |
MessagesRequest.timeRange() |
| Modifier and Type | Method and Description |
|---|---|
abstract MessagesRequest.Builder |
MessagesRequest.Builder.timeRange(TimeRange timeRange) |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<TimeRange> |
FieldTypesForStreamsRequest.timerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldTypesForStreamsRequest.Builder |
FieldTypesForStreamsRequest.Builder.timerange(TimeRange timerange) |
| Modifier and Type | Method and Description |
|---|---|
MessageList.Builder |
MessageList.Builder.timerange(TimeRange timerange) |
| Modifier and Type | Method and Description |
|---|---|
Pivot.Builder |
Pivot.Builder.timerange(TimeRange timerange) |
| Modifier and Type | Method and Description |
|---|---|
DateInterval |
TimeUnitInterval.toDateInterval(TimeRange timerange) |
DateInterval |
Interval.toDateInterval(TimeRange timerange) |
DateInterval |
AutoInterval.toDateInterval(TimeRange timerange) |
| Modifier and Type | Class and Description |
|---|---|
class |
OffsetRange |
| Modifier and Type | Method and Description |
|---|---|
TimeRange |
DerivableTimeRange.deriveTimeRange(Query query,
SearchType searchType) |
TimeRange |
OffsetRange.deriveTimeRange(Query query,
SearchType searchType) |
TimeRange |
DerivedTimeRange.effectiveTimeRange(Query query,
SearchType searchType) |
| Modifier and Type | Method and Description |
|---|---|
static DerivedTimeRange |
DerivedTimeRange.of(TimeRange timeRange) |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<TimeRange> |
WidgetDTO.timerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract WidgetDTO.Builder |
WidgetDTO.Builder.timerange(TimeRange timerange) |
| Modifier and Type | Method and Description |
|---|---|
abstract TimeRange |
TimeRangeEntity.convert(Map<String,ValueReference> parameters) |
TimeRange |
KeywordRangeEntity.convert(Map<String,ValueReference> parameters) |
TimeRange |
AbsoluteRangeEntity.convert(Map<String,ValueReference> parameters) |
TimeRange |
RelativeRangeEntity.convert(Map<String,ValueReference> parameters) |
abstract TimeRange |
QueryEntity.timerange() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<TimeRange> |
WidgetEntity.timerange() |
| Modifier and Type | Method and Description |
|---|---|
static TimeRangeEntity |
TimeRangeEntity.of(TimeRange timeRange) |
PivotEntity.Builder |
PivotEntity.Builder.timerange(TimeRange timerange) |
MessageListEntity.Builder |
MessageListEntity.Builder.timerange(TimeRange timerange) |
abstract QueryEntity.Builder |
QueryEntity.Builder.timerange(TimeRange timerange) |
abstract WidgetEntity.Builder |
WidgetEntity.Builder.timerange(TimeRange timerange) |
| Modifier and Type | Method and Description |
|---|---|
Set<MappedFieldTypeDTO> |
MappedFieldTypesService.fieldTypesByStreamIds(Collection<String> streamIds,
TimeRange timeRange) |
| Modifier and Type | Method and Description |
|---|---|
abstract TimeRange |
SearchesConfig.range() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<TimeRange> |
ScrollCommand.range() |
| Modifier and Type | Method and Description |
|---|---|
CountResult |
SearchesAdapter.count(Set<String> affectedIndices,
String query,
TimeRange range,
String filter) |
CountResult |
Searches.count(String query,
TimeRange range) |
CountResult |
Searches.count(String query,
TimeRange range,
String filter) |
SearchesConfig |
SearchesConfig.create(String query,
String filter,
List<String> fields,
TimeRange timeRange,
int limit,
int offset,
Sorting sorting) |
FieldStatsResult |
Searches.fieldStats(String field,
String query,
String filter,
TimeRange range,
boolean includeCardinality,
boolean includeStats,
boolean includeCount) |
FieldStatsResult |
Searches.fieldStats(String field,
String query,
TimeRange range) |
FieldStatsResult |
SearchesAdapter.fieldStats(String query,
String filter,
TimeRange range,
Set<String> indices,
String field,
boolean includeCardinality,
boolean includeStats,
boolean includeCount) |
abstract ScrollCommand.Builder |
ScrollCommand.Builder.range(TimeRange range) |
abstract SearchesConfig.Builder |
SearchesConfig.Builder.range(TimeRange timeRange) |
ScrollResult |
SearchesAdapter.scroll(Set<String> indexWildcards,
Sorting sorting,
String filter,
String query,
TimeRange range,
int limit,
int offset,
List<String> fields) |
ScrollResult |
Searches.scroll(String query,
TimeRange range,
int limit,
int offset,
List<String> fields,
String filter,
int batchSize)
Deprecated.
|
SearchResult |
Searches.search(String query,
String filter,
TimeRange range,
int limit,
int offset,
Sorting sorting) |
SearchResult |
Searches.search(String query,
TimeRange range,
int limit,
int offset,
Sorting sorting) |
| Modifier and Type | Method and Description |
|---|---|
static int |
TimeRanges.toSeconds(TimeRange timeRange)
Calculate the number of seconds in the given time range.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteRange |
class |
KeywordRange |
class |
RelativeRange |
| Modifier and Type | Method and Description |
|---|---|
protected TimeRange |
SearchResource.restrictTimeRange(TimeRange timeRange) |
| Modifier and Type | Method and Description |
|---|---|
protected SearchResponse |
SearchResource.buildSearchResponse(SearchResult sr,
TimeRange timeRange,
boolean decorate,
Optional<String> streamId) |
protected TimeRange |
SearchResource.restrictTimeRange(TimeRange timeRange) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.