| Package | Description |
|---|---|
| org.graylog.plugins.views.search | |
| org.graylog.plugins.views.search.elasticsearch | |
| org.graylog.plugins.views.search.errors |
| Modifier and Type | Method and Description |
|---|---|
abstract com.google.common.collect.ImmutableSet<QueryParam> |
QueryMetadata.usedParameters() |
| Modifier and Type | Method and Description |
|---|---|
abstract QueryMetadata.Builder |
QueryMetadata.Builder.usedParameters(Set<QueryParam> usedParameters) |
| Modifier and Type | Method and Description |
|---|---|
static QueryParam |
QueryParam.create(String name,
List<SubstringMultilinePosition> positions) |
| Modifier and Type | Method and Description |
|---|---|
QueryParam |
EmptyParameterError.getParameterUsage() |
| Modifier and Type | Method and Description |
|---|---|
Set<QueryParam> |
UnboundParameterError.allUnknownParameters() |
com.google.common.collect.ImmutableSet<QueryParam> |
MissingEnterpriseLicenseException.getQueryParams() |
| Constructor and Description |
|---|
EmptyParameterError(Query query,
String description,
QueryParam parameterUsage) |
| Constructor and Description |
|---|
MissingEnterpriseLicenseException(String s,
com.google.common.collect.ImmutableSet<QueryParam> queryParams) |
UnboundParameterError(Query query,
String name,
Set<QueryParam> allUnknownParameters) |
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.