Uses of Class
org.graylog.plugins.views.search.rest.SearchTypeExecutionState
Packages that use SearchTypeExecutionState
Package
Description
-
Uses of SearchTypeExecutionState in org.graylog.plugins.views.search
Methods in org.graylog.plugins.views.search with parameters of type SearchTypeExecutionStateModifier and TypeMethodDescriptionSearchType.applyExecutionContext(SearchTypeExecutionState executionState) SearchType.Fallback.applyExecutionContext(SearchTypeExecutionState state) -
Uses of SearchTypeExecutionState in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return SearchTypeExecutionStateModifier and TypeMethodDescriptionabstract SearchTypeExecutionStateSearchTypeExecutionState.Builder.build()static SearchTypeExecutionStateSearchTypeExecutionState.from(ExecutionStateGlobalOverride globalOverride) Methods in org.graylog.plugins.views.search.rest that return types with arguments of type SearchTypeExecutionStateModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableMap<String,SearchTypeExecutionState> ExecutionStateGlobalOverride.searchTypes()abstract com.google.common.collect.ImmutableMap.Builder<String,SearchTypeExecutionState> ExecutionStateGlobalOverride.Builder.searchTypesBuilder()Method parameters in org.graylog.plugins.views.search.rest with type arguments of type SearchTypeExecutionStateModifier and TypeMethodDescriptionabstract ExecutionStateGlobalOverride.BuilderExecutionStateGlobalOverride.Builder.searchTypes(com.google.common.collect.ImmutableMap<String, SearchTypeExecutionState> searchTypes) -
Uses of SearchTypeExecutionState in org.graylog.plugins.views.search.searchtypes
Methods in org.graylog.plugins.views.search.searchtypes with parameters of type SearchTypeExecutionStateModifier and TypeMethodDescriptionMessageList.applyExecutionContext(SearchTypeExecutionState executionState) -
Uses of SearchTypeExecutionState in org.graylog.plugins.views.search.searchtypes.events
Methods in org.graylog.plugins.views.search.searchtypes.events with parameters of type SearchTypeExecutionStateModifier and TypeMethodDescriptionEventList.applyExecutionContext(SearchTypeExecutionState state) -
Uses of SearchTypeExecutionState in org.graylog.plugins.views.search.searchtypes.pivot
Methods in org.graylog.plugins.views.search.searchtypes.pivot with parameters of type SearchTypeExecutionState