| Modifier and Type | Class and Description |
|---|---|
static class |
SearchType.Fallback |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
SearchType.applyExecutionContext(SearchTypeExecutionState executionState) |
SearchType |
SearchType.Fallback.applyExecutionContext(SearchTypeExecutionState state) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableSet<SearchType> |
Query.searchTypes() |
| Modifier and Type | Method and Description |
|---|---|
TimeRange |
Query.effectiveTimeRange(SearchType searchType) |
| Modifier and Type | Method and Description |
|---|---|
abstract Query.Builder |
Query.Builder.searchTypes(Set<SearchType> searchTypes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchTypeHandler<S extends SearchType,Q,R> |
| Modifier and Type | Method and Description |
|---|---|
default SearchType.Result |
SearchTypeHandler.extractResult(SearchJob job,
Query query,
SearchType searchType,
R queryResult,
Q queryContext) |
default void |
SearchTypeHandler.generateQueryPart(SearchJob job,
Query query,
SearchType searchType,
Q queryContext) |
default Optional<SearchTypeError> |
QueryBackend.validateSearchType(Query query,
SearchType searchType,
SearchConfig searchConfig) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<SearchType> |
QueryDTO.searchTypes() |
abstract Set<SearchType> |
QueryDTOv2.searchTypes() |
| Modifier and Type | Method and Description |
|---|---|
abstract QueryDTO.Builder |
QueryDTO.Builder.searchTypes(Set<SearchType> searchTypes) |
abstract QueryDTOv2.Builder |
QueryDTOv2.Builder.searchTypes(Set<SearchType> searchTypes) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageList |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
MessageList.applyExecutionContext(SearchTypeExecutionState executionState) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventList |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
EventList.applyExecutionContext(SearchTypeExecutionState state) |
| Modifier and Type | Class and Description |
|---|---|
class |
Pivot |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
Pivot.applyExecutionContext(SearchTypeExecutionState state) |
| 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 |
|---|---|
SearchType |
SearchTypeEntity.Fallback.toNativeEntity(Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities) |
SearchType |
PivotEntity.toNativeEntity(Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities) |
SearchType |
MessageListEntity.toNativeEntity(Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities) |
SearchType |
EventListEntity.toNativeEntity(Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.