
public class AgentPeriodicTask extends Object
| Constructor and Description |
|---|
AgentPeriodicTask(Runnable runnable,
boolean isFixedRate,
String taskName,
Level logLevel,
long period,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
Level |
getLogLevel() |
long |
getPeriod() |
Runnable |
getRunnable() |
String |
getTaskName() |
TimeUnit |
getUnit() |
boolean |
isIsFixedRate() |
Copyright © 2017 LSST. All rights reserved.