Uses of Interface
org.graylog.plugins.views.search.db.SearchJobService
Packages that use SearchJobService
Package
Description
-
Uses of SearchJobService in org.graylog.events.processor.aggregation
Constructors in org.graylog.events.processor.aggregation with parameters of type SearchJobServiceModifierConstructorDescriptionPivotAggregationSearch(AggregationEventProcessorConfig config, AggregationEventProcessorParameters parameters, String searchOwner, EventDefinition eventDefinition, SearchJobService searchJobService, QueryEngine queryEngine, EventsConfigurationProvider configProvider, MoreSearch moreSearch, PermittedStreams permittedStreams, NotificationService notificationService) -
Uses of SearchJobService in org.graylog.plugins.views.search.db
Classes in org.graylog.plugins.views.search.db that implement SearchJobService -
Uses of SearchJobService in org.graylog.plugins.views.search.engine
Constructors in org.graylog.plugins.views.search.engine with parameters of type SearchJobServiceModifierConstructorDescriptionSearchExecutor(SearchDomain searchDomain, SearchJobService searchJobService, QueryEngine queryEngine, SearchValidation searchValidation, SearchNormalization searchNormalization) -
Uses of SearchJobService in org.graylog.plugins.views.search.rest
Constructors in org.graylog.plugins.views.search.rest with parameters of type SearchJobServiceModifierConstructorDescriptionSearchResource(SearchDomain searchDomain, SearchExecutor searchExecutor, SearchJobService searchJobService, com.google.common.eventbus.EventBus serverEventBus)