| Package | Description |
|---|---|
| org.graylog.plugins.views.search | |
| org.graylog.plugins.views.search.elasticsearch | |
| org.graylog.plugins.views.search.engine |
| Modifier and Type | Method and Description |
|---|---|
abstract QueryResult |
QueryResult.Builder.build() |
static QueryResult |
QueryResult.emptyResult() |
static QueryResult |
QueryResult.failedQueryWithError(Query query,
SearchError error) |
static QueryResult |
QueryResult.incomplete() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<QueryResult> |
SearchJob.getQueryResultFuture(String queryId) |
Map<String,QueryResult> |
SearchJob.results() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchJob.addQueryResultFuture(String queryId,
CompletableFuture<QueryResult> resultFuture) |
Object |
Parameter.BindingHandler.doResolve(B binding,
P parameter,
Map<String,QueryResult> results) |
default Object |
Parameter.BindingHandler.resolve(Parameter.Binding binding,
Parameter parameter,
Map<String,QueryResult> results) |
| Modifier and Type | Method and Description |
|---|---|
String |
QueryStringDecorators.decorate(String queryString,
SearchJob job,
Query query,
Set<QueryResult> results) |
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryBackend.doRun(SearchJob job,
Query query,
T queryContext,
Set<QueryResult> predecessorResults)
Run the generated query as part of the given query job.
|
default QueryResult |
QueryBackend.run(SearchJob job,
Query query,
GeneratedQueryContext generatedQueryContext,
Set<QueryResult> predecessorResults) |
| Modifier and Type | Method and Description |
|---|---|
default AbsoluteRange |
QueryBackend.effectiveTimeRangeForResult(Query query,
QueryResult queryResult) |
| Modifier and Type | Method and Description |
|---|---|
String |
QueryStringDecorator.decorate(String queryString,
SearchJob job,
Query query,
Set<QueryResult> results) |
QueryResult |
QueryBackend.doRun(SearchJob job,
Query query,
T queryContext,
Set<QueryResult> predecessorResults)
Run the generated query as part of the given query job.
|
T |
QueryBackend.generate(SearchJob job,
Query query,
Set<QueryResult> predecessorResults)
Generate a backend-specific query out of the logical query structure.
|
default QueryResult |
QueryBackend.run(SearchJob job,
Query query,
GeneratedQueryContext generatedQueryContext,
Set<QueryResult> predecessorResults) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.