Uses of Interface
org.graylog.plugins.views.search.SearchType
Packages that use SearchType
Package
Description
-
Uses of SearchType in org.graylog.plugins.views.search
Classes in org.graylog.plugins.views.search that implement SearchTypeMethods in org.graylog.plugins.views.search that return SearchTypeModifier and TypeMethodDescriptionSearchType.applyExecutionContext(SearchTypeExecutionState executionState) SearchType.Fallback.applyExecutionContext(SearchTypeExecutionState state) SearchType.Fallback.withFilter(Filter filter) SearchType.withFilter(Filter filter) SearchType.Fallback.withFilters(List<UsedSearchFilter> filters) SearchType.withFilters(List<UsedSearchFilter> filters) SearchType.Fallback.withQuery(BackendQuery query) SearchType.withQuery(BackendQuery query) Methods in org.graylog.plugins.views.search that return types with arguments of type SearchTypeModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableSet<SearchType>Query.searchTypes()Methods in org.graylog.plugins.views.search with parameters of type SearchTypeModifier and TypeMethodDescriptionQuery.effectiveStreams(SearchType searchType) Query.effectiveTimeRange(SearchType searchType) Method parameters in org.graylog.plugins.views.search with type arguments of type SearchTypeModifier and TypeMethodDescriptionabstract Query.BuilderQuery.Builder.searchTypes(Set<SearchType> searchTypes) -
Uses of SearchType in org.graylog.plugins.views.search.engine
Classes in org.graylog.plugins.views.search.engine with type parameters of type SearchTypeMethods in org.graylog.plugins.views.search.engine with parameters of type SearchTypeModifier and TypeMethodDescriptiondefault SearchType.ResultSearchTypeHandler.extractResult(SearchJob job, Query query, SearchType searchType, R queryResult, Q queryContext) default voidSearchTypeHandler.generateQueryPart(Query query, SearchType searchType, Q queryContext) -
Uses of SearchType in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest that return types with arguments of type SearchTypeModifier and TypeMethodDescriptionabstract Set<SearchType>QueryDTO.searchTypes()abstract Set<SearchType>QueryDTOv2.searchTypes()Method parameters in org.graylog.plugins.views.search.rest with type arguments of type SearchTypeModifier and TypeMethodDescriptionabstract QueryDTO.BuilderQueryDTO.Builder.searchTypes(Set<SearchType> searchTypes) abstract QueryDTOv2.BuilderQueryDTOv2.Builder.searchTypes(Set<SearchType> searchTypes) -
Uses of SearchType in org.graylog.plugins.views.search.searchtypes
Classes in org.graylog.plugins.views.search.searchtypes that implement SearchTypeMethods in org.graylog.plugins.views.search.searchtypes that return SearchTypeModifier and TypeMethodDescriptionMessageList.applyExecutionContext(SearchTypeExecutionState executionState) MessageList.withFilter(Filter filter) MessageList.withFilters(List<UsedSearchFilter> filters) MessageList.withQuery(BackendQuery query) -
Uses of SearchType in org.graylog.plugins.views.search.searchtypes.events
Classes in org.graylog.plugins.views.search.searchtypes.events that implement SearchTypeMethods in org.graylog.plugins.views.search.searchtypes.events that return SearchTypeModifier and TypeMethodDescriptionEventList.applyExecutionContext(SearchTypeExecutionState state) EventList.withFilter(Filter filter) EventList.withFilters(List<UsedSearchFilter> filters) EventList.withQuery(BackendQuery query) -
Uses of SearchType in org.graylog.plugins.views.search.searchtypes.pivot
Classes in org.graylog.plugins.views.search.searchtypes.pivot that implement SearchTypeMethods in org.graylog.plugins.views.search.searchtypes.pivot that return SearchTypeModifier and TypeMethodDescriptionPivot.applyExecutionContext(SearchTypeExecutionState state) Pivot.withFilter(Filter filter) Pivot.withFilters(List<UsedSearchFilter> filters) Pivot.withQuery(BackendQuery query) -
Uses of SearchType in org.graylog.plugins.views.search.timeranges
Methods in org.graylog.plugins.views.search.timeranges with parameters of type SearchTypeModifier and TypeMethodDescriptionDerivableTimeRange.deriveTimeRange(Query query, SearchType searchType) OffsetRange.deriveTimeRange(Query query, SearchType searchType) DerivedTimeRange.effectiveTimeRange(Query query, SearchType searchType) -
Uses of SearchType in org.graylog2.contentpacks.model.entities
Methods in org.graylog2.contentpacks.model.entities that return SearchTypeModifier and TypeMethodDescriptionEventListEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) MessageListEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) PivotEntity.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) SearchTypeEntity.Fallback.toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities)