| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableSet<Parameter> |
AggregationEventProcessorConfig.queryParameters() |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationEventProcessorConfig.Builder |
AggregationEventProcessorConfig.Builder.queryParameters(Set<Parameter> queryParameters) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Parameter.BindingHandler<B extends Parameter.Binding,P extends Parameter> |
static interface |
Parameter.Factory<TYPE extends Parameter> |
| Modifier and Type | Class and Description |
|---|---|
class |
ValueParameter
Parameters describe variable inputs to queries.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Parameter.applyExecutionState(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableMap<String,Parameter> |
SearchMetadata.declaredParameters() |
Optional<Parameter> |
Search.getParameter(String parameterName) |
abstract com.google.common.collect.ImmutableSet<Parameter> |
Search.parameters() |
| Modifier and Type | Method and Description |
|---|---|
TYPE |
Parameter.Factory.create(Parameter parameter) |
default Object |
Parameter.BindingHandler.resolve(Parameter.Binding binding,
Parameter parameter,
Map<String,QueryResult> results) |
| Modifier and Type | Method and Description |
|---|---|
static SearchMetadata |
SearchMetadata.create(Map<String,QueryMetadata> queryMetadata,
com.google.common.collect.ImmutableMap<String,Parameter> declaredParameters) |
abstract Search.Builder |
Search.Builder.parameters(com.google.common.collect.ImmutableSet<Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<Parameter> |
ViewParameterSummaryDTO.parameters() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableSet<Parameter> |
SearchEntity.parameters() |
| Modifier and Type | Method and Description |
|---|---|
abstract SearchEntity.Builder |
SearchEntity.Builder.parameters(com.google.common.collect.ImmutableSet<Parameter> parameters) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.