public class SearchJob extends Object
| Constructor and Description |
|---|
SearchJob(String id,
Search search,
String owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(SearchError t) |
void |
addQueryResultFuture(String queryId,
CompletableFuture<QueryResult> resultFuture) |
org.graylog.plugins.views.search.SearchJob.ExecutionInfo |
execution() |
String |
getId() |
String |
getOwner() |
CompletableFuture<QueryResult> |
getQueryResultFuture(String queryId) |
CompletableFuture<Void> |
getResultFuture() |
Search |
getSearch() |
String |
getSearchId() |
Map<String,QueryResult> |
results() |
SearchJob |
seal() |
public String getId()
public Search getSearch()
public String getSearchId()
public String getOwner()
public CompletableFuture<Void> getResultFuture()
public void addQueryResultFuture(String queryId, CompletableFuture<QueryResult> resultFuture)
public Map<String,QueryResult> results()
public org.graylog.plugins.views.search.SearchJob.ExecutionInfo execution()
public CompletableFuture<QueryResult> getQueryResultFuture(String queryId)
public SearchJob seal()
public void addError(SearchError t)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.