public abstract class ExecutionStateGlobalOverride extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionStateGlobalOverride.Builder |
| Constructor and Description |
|---|
ExecutionStateGlobalOverride() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionStateGlobalOverride.Builder |
builder() |
static ExecutionStateGlobalOverride |
empty() |
boolean |
hasValues() |
abstract com.google.common.collect.ImmutableSet<String> |
keepSearchTypes() |
abstract Optional<Integer> |
limit() |
abstract Optional<Integer> |
offset() |
abstract Optional<BackendQuery> |
query() |
abstract com.google.common.collect.ImmutableMap<String,SearchTypeExecutionState> |
searchTypes() |
abstract Optional<TimeRange> |
timerange() |
abstract ExecutionStateGlobalOverride.Builder |
toBuilder() |
public abstract Optional<BackendQuery> query()
public abstract com.google.common.collect.ImmutableMap<String,SearchTypeExecutionState> searchTypes()
public abstract com.google.common.collect.ImmutableSet<String> keepSearchTypes()
public abstract ExecutionStateGlobalOverride.Builder toBuilder()
public static ExecutionStateGlobalOverride.Builder builder()
public boolean hasValues()
public static ExecutionStateGlobalOverride empty()
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.