| Package | Description |
|---|---|
| org.lsst.ccs.framework | |
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
AgentPeriodicTask |
AgentPeriodicTask.withIsFixedRate(boolean isFixedRate)
Set if the task is to be executed with fixed rate or fixed delay.
|
AgentPeriodicTask |
AgentPeriodicTask.withLogLevel(Level logLevel)
Set the log level for this periodic task.
|
AgentPeriodicTask |
AgentPeriodicTask.withPeriod(Duration period)
Set the period between successive executions, or the delay between executions,
depending on the value of
isFixedRate argument. |
AgentPeriodicTask |
AgentPeriodicTask.withPeriodParameterDescription(ConfigurationParameterDescription parameterDescription)
Set the ConfigurationParameterDescription for the task period to
customize the default configuration parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentPeriodicTaskService.AgentPeriodicTaskExceptionHandler.onSuccessfulExecution(AgentPeriodicTask task,
long time) |
void |
AgentPeriodicTaskService.scheduleAgentPeriodicTask(AgentPeriodicTask task)
Schedule a PeriodicTask.
|
void |
AgentPeriodicTaskService.scheduleAgentPeriodicTask(AgentPeriodicTask task,
String schedulerName) |
Copyright © 2023 LSST. All rights reserved.