- SchedulerConfig - Class in org.appops.scheduler.config
-
SchedulerConfig class.
- SchedulerConfig() - Constructor for class org.appops.scheduler.config.SchedulerConfig
-
- SchedulerEntryPoint - Class in org.appops.scheduler.app
-
Service application entry point class.
- SchedulerEntryPoint() - Constructor for class org.appops.scheduler.app.SchedulerEntryPoint
-
- SchedulerException - Exception in org.appops.scheduler.exception
-
Custom exception to be used while handling exceptions in job execution.
- SchedulerException(String) - Constructor for exception org.appops.scheduler.exception.SchedulerException
-
Constructor for SchedulerException.
- SchedulerException(String, Throwable) - Constructor for exception org.appops.scheduler.exception.SchedulerException
-
Constructor for SchedulerException.
- SchedulerException(Throwable) - Constructor for exception org.appops.scheduler.exception.SchedulerException
-
Constructor for SchedulerException.
- SchedulerInitializer - Class in org.appops.scheduler.app
-
SchedulerInitializer class.
- SchedulerInitializer(Provider<ServiceMetaGenerator>, Provider<ServiceMetaManager>) - Constructor for class org.appops.scheduler.app.SchedulerInitializer
-
- SchedulerModule - Class in org.appops.scheduler.injection
-
SchedulerModule class.
- SchedulerModule() - Constructor for class org.appops.scheduler.injection.SchedulerModule
-
- scheduleToken(JobToken) - Method in class org.appops.scheduler.service.TokenSchedulerImpl
- setClassPathAnalyser(ClassPathAnalyser) - Method in class org.appops.scheduler.executor.JobPipelineExecutorImpl
-
Setter for the field classPathAnalyser.
- setJobPipelineQueue(JobPipelineQueue) - Method in class org.appops.scheduler.executor.JobPipelineExecutorImpl
-
Setter for the field jobPipelineQueue.
- setServiceMetaManager(Provider<ServiceMetaManager>) - Method in class org.appops.scheduler.executor.JobPipelineExecutorImpl
-
Setter for the field serviceMetaManager.
- setTokenPollPeriodInSec(Integer) - Method in class org.appops.scheduler.config.SchedulerConfig
-
Setter for the field tokenPollPeriodInSec.
- size() - Method in class org.appops.scheduler.queue.JobPipelineQueueImpl
-
Get total size of job pipeline queue.
- size() - Method in class org.appops.scheduler.queue.JobTokenQueueImpl
- startJobScheduler() - Method in class org.appops.scheduler.thread.JobSchedulerThreadImpl
-
Schedules the specified task for repeated fixed-delay execution, beginning after the specified
delay.
- stop() - Method in class org.appops.scheduler.thread.JobSchedulerThreadImpl
-
Terminates this timer, discarding any currently scheduled tasks.