| Package | Description |
|---|---|
| org.lsst.ccs.utilities.scheduler |
Customized scheduling executor and related classes.
|
| Modifier and Type | Method and Description |
|---|---|
PeriodicTask |
Scheduler.scheduleAtFixedRate(Runnable command,
long initialDelay,
long period,
TimeUnit unit,
String taskName,
PeriodicTaskExceptionHandler exceptionHandler)
Creates and executes a fixedRate action that becomes enabled first after
the given initial delay, and subsequently with the given period.
|
| Constructor and Description |
|---|
PeriodicTask(Scheduler scheduler,
Runnable runnable,
boolean isFixedRate,
String taskName,
long period,
TimeUnit unit,
PeriodicTaskExceptionHandler exceptionHandler)
Creates a periodic task.
|
Copyright © 2020 LSST. All rights reserved.