Uses of Interface
org.graylog.scheduler.Job.Factory
Packages that use Job.Factory
Package
Description
-
Uses of Job.Factory in org.graylog.events.notifications
Subinterfaces of Job.Factory in org.graylog.events.notifications -
Uses of Job.Factory in org.graylog.events.processor
Subinterfaces of Job.Factory in org.graylog.events.processor -
Uses of Job.Factory in org.graylog.scheduler
Constructor parameters in org.graylog.scheduler with type arguments of type Job.FactoryModifierConstructorDescriptionJobExecutionEngine(DBJobTriggerService jobTriggerService, DBJobDefinitionService jobDefinitionService, JobSchedulerEventBus eventBus, JobScheduleStrategies scheduleStrategies, JobTriggerUpdates.Factory jobTriggerUpdatesFactory, Map<String, Job.Factory> jobFactory, JobWorkerPool workerPool, com.codahale.metrics.MetricRegistry metricRegistry)