| Class and Description |
|---|
| com.coreoz.wisp.schedule.cron.CronSchedule
Use
CronExpressionScheduleTest instead.
This class has been deprecated to move away from cron-utils. See
issue #14 for details. |
| Field and Description |
|---|
| com.coreoz.wisp.Scheduler.DEFAULT_MINIMUM_DELAY_IN_MILLIS_TO_REPLACE_JOB
This value is not used anymore
It will be deleted in version 3.0.0.
|
| com.coreoz.wisp.Scheduler.DEFAULT_THREAD_POOL_SIZE
Default values are available in
SchedulerConfig
It will be deleted in version 3.0.0. |
| Method and Description |
|---|
| com.coreoz.wisp.Job.lastExecutionTimeInMillis()
Use
Job.lastExecutionEndedTimeInMillis().
This method will be deleted in version 3.0.0. |
| com.coreoz.wisp.schedule.cron.CronSchedule.parseQuartzCron(String)
Use
CronExpressionScheduleTest#parse(String)
or CronExpressionScheduleTest#parseWithSeconds(String) instead |
| com.coreoz.wisp.schedule.cron.CronSchedule.parseUnixCron(String)
Use
CronExpressionScheduleTest#parse(String) instead |
| com.coreoz.wisp.Job.timeInMillisSinceJobRunning()
Use
Job.lastExecutionStartedTimeInMillis().
This method will be deleted in version 3.0.0. |
| Constructor and Description |
|---|
| com.coreoz.wisp.Scheduler(int, long)
Use
Scheduler(SchedulerConfig) to specify multiple configuration values.
It will be deleted in version 3.0.0. |
| com.coreoz.wisp.Scheduler(int, long, TimeProvider)
Use
Scheduler(SchedulerConfig) to specify multiple configuration values.
It will be deleted in version 3.0.0. |
Copyright © 2023 Coreoz. All rights reserved.