Uses of Class
org.graylog.plugins.views.search.engine.QueryEngine
Packages that use QueryEngine
Package
Description
-
Uses of QueryEngine in org.graylog.events.processor.aggregation
Constructors in org.graylog.events.processor.aggregation with parameters of type QueryEngineModifierConstructorDescriptionPivotAggregationSearch(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, AggregationSearch.User searchOwner, EventDefinition eventDefinition, List<SearchType> additionalSearchTypes, SearchJobService searchJobService, QueryEngine queryEngine, EventsConfigurationProvider configProvider, MoreSearch moreSearch, PermittedStreams permittedStreams, NotificationService notificationService, QueryStringDecorators queryStringDecorators) -
Uses of QueryEngine in org.graylog.plugins.views.search.engine
Constructors in org.graylog.plugins.views.search.engine with parameters of type QueryEngineModifierConstructorDescriptionSearchExecutor(SearchDomain searchDomain, SearchJobService searchJobService, QueryEngine queryEngine, SearchValidation searchValidation, SearchNormalization searchNormalization) -
Uses of QueryEngine in org.graylog.plugins.views.search.rest
Constructors in org.graylog.plugins.views.search.rest with parameters of type QueryEngineModifierConstructorDescriptionSearchMetadataResource(QueryEngine queryEngine, SearchDomain searchDomain)