Uses of Class
org.graylog.plugins.views.search.rest.ExecutionStateGlobalOverride
Packages that use ExecutionStateGlobalOverride
-
Uses of ExecutionStateGlobalOverride in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return ExecutionStateGlobalOverrideModifier and TypeMethodDescriptionabstract ExecutionStateGlobalOverrideExecutionStateGlobalOverride.Builder.build()static ExecutionStateGlobalOverrideExecutionStateGlobalOverride.empty()abstract ExecutionStateGlobalOverrideExecutionState.globalOverride()Methods in org.graylog.plugins.views.search.rest that return types with arguments of type ExecutionStateGlobalOverrideModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableMap<String,ExecutionStateGlobalOverride> ExecutionState.queries()abstract com.google.common.collect.ImmutableMap.Builder<String,ExecutionStateGlobalOverride> ExecutionState.Builder.queriesBuilder()Methods in org.graylog.plugins.views.search.rest with parameters of type ExecutionStateGlobalOverrideModifier and TypeMethodDescriptionstatic SearchTypeExecutionStateSearchTypeExecutionState.from(ExecutionStateGlobalOverride globalOverride) abstract ExecutionState.BuilderExecutionState.Builder.setGlobalOverride(ExecutionStateGlobalOverride globalOverride)