Uses of Class
io.datarouter.tasktracker.service.LongRunningTaskInfo
| Package | Description |
|---|---|
| io.datarouter.tasktracker.service | |
| io.datarouter.tasktracker.storage |
-
Uses of LongRunningTaskInfo in io.datarouter.tasktracker.service
Constructors in io.datarouter.tasktracker.service with parameters of type LongRunningTaskInfo Constructor Description LongRunningTaskTracker(DatarouterTaskTrackerPaths datarouterTaskTrackerPaths, io.datarouter.web.email.DatarouterHtmlEmailService datarouterHtmlEmailService, io.datarouter.storage.config.DatarouterProperties datarouterProperties, io.datarouter.storage.config.DatarouterAdministratorEmailService datarouterAdministratorEmailService, LongRunningTaskGraphLink longRunningTaskGraphLink, io.datarouter.storage.setting.Setting<java.lang.Boolean> persistSetting, io.datarouter.storage.node.op.combo.SortedMapStorage<LongRunningTaskKey,LongRunningTask> node, TaskTrackerCounters counters, io.datarouter.storage.servertype.ServerTypeDetector serverTypeDetector, LongRunningTaskInfo task, java.time.Instant deadline, boolean warnOnReachingInterrupt) -
Uses of LongRunningTaskInfo in io.datarouter.tasktracker.storage
Constructors in io.datarouter.tasktracker.storage with parameters of type LongRunningTaskInfo Constructor Description LongRunningTask(LongRunningTaskInfo task)