public interface JobSchedulerConfig
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute()
Determines if the scheduler can execute the next loop iteration.
|
boolean |
canStart()
Determines if the scheduler can start.
|
int |
numberOfWorkerThreads()
The number of worker threads to start.
|
boolean canStart()
boolean canExecute()
int numberOfWorkerThreads()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.