| Modifier and Type | Class and Description |
|---|---|
static class |
SearchType.Fallback |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
SearchType.applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode state) |
SearchType |
SearchType.Fallback.applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageList |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
MessageList.applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode state) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventList |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
EventList.applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode state) |
| Modifier and Type | Class and Description |
|---|---|
class |
Pivot |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
Pivot.applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode 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–2021 Graylog, Inc.. All rights reserved.