| Package | Description |
|---|---|
| com.helger.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
| com.helger.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
| Modifier and Type | Method and Description |
|---|---|
IThreadExecutor |
QuartzSchedulerResources.getThreadExecutor()
Get the ThreadExecutor which runs the QuartzSchedulerThread
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzSchedulerResources.setThreadExecutor(IThreadExecutor threadExecutor)
Set the ThreadExecutor which runs the QuartzSchedulerThread
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultThreadExecutor
Schedules work on a newly spawned thread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectSchedulerFactory.createScheduler(String schedulerName,
String schedulerInstanceId,
IThreadPool threadPool,
IThreadExecutor threadExecutor,
IJobStore jobStore,
Map<String,ISchedulerPlugin> schedulerPluginMap,
long idleWaitTime)
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
|
void |
DirectSchedulerFactory.createScheduler(String schedulerName,
String schedulerInstanceId,
IThreadPool threadPool,
IThreadExecutor threadExecutor,
IJobStore jobStore,
Map<String,ISchedulerPlugin> schedulerPluginMap,
long idleWaitTime,
int maxBatchSize,
long batchTimeWindow)
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
|
Copyright © 2016–2021 Philip Helger. All rights reserved.