Uses of Class
org.graylog2.system.shutdown.GracefulShutdownService
Packages that use GracefulShutdownService
-
Uses of GracefulShutdownService in org.graylog.scheduler
Constructors in org.graylog.scheduler with parameters of type GracefulShutdownServiceModifierConstructorDescriptionJobSchedulerService(JobExecutionEngine.Factory engineFactory, JobWorkerPool.Factory workerPoolFactory, JobSchedulerConfig schedulerConfig, JobSchedulerClock clock, JobSchedulerEventBus schedulerEventBus, ServerStatus serverStatus, GracefulShutdownService gracefulShutdownService, int shutdownTimeoutMs, com.github.joschi.jadconfig.util.Duration loopSleepDuration) -
Uses of GracefulShutdownService in org.graylog2.outputs
Constructors in org.graylog2.outputs with parameters of type GracefulShutdownServiceModifierConstructorDescriptionBatchedMessageFilterOutput(Map<String, FilteredMessageOutput> outputs, OutputFilter outputFilter, com.codahale.metrics.MetricRegistry metricRegistry, Cluster cluster, MessageQueueAcknowledger acknowledger, IndexSetAwareMessageOutputBuffer indexSetAwareMessageOutputBuffer, GracefulShutdownService gracefulShutdownService, int outputFlushInterval, int shutdownTimeoutMs, ScheduledExecutorService daemonScheduler) -
Uses of GracefulShutdownService in org.graylog2.system.shutdown
Constructors in org.graylog2.system.shutdown with parameters of type GracefulShutdownServiceModifierConstructorDescriptionGracefulShutdown(ServerStatus serverStatus, ActivityWriter activityWriter, Configuration configuration, BufferSynchronizerService bufferSynchronizerService, PeriodicalsService periodicalsService, InputSetupService inputSetupService, JerseyService jerseyService, GracefulShutdownService gracefulShutdownService, AuditEventSender auditEventSender)