Uses of Class
io.datarouter.tasktracker.storage.LongRunningTaskKey
| Package | Description |
|---|---|
| io.datarouter.tasktracker.service | |
| io.datarouter.tasktracker.storage |
-
Uses of LongRunningTaskKey in io.datarouter.tasktracker.service
Constructor parameters in io.datarouter.tasktracker.service with type arguments of type LongRunningTaskKey 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 LongRunningTaskKey in io.datarouter.tasktracker.storage
Methods in io.datarouter.tasktracker.storage that return types with arguments of type LongRunningTaskKey Modifier and Type Method Description java.lang.Class<LongRunningTaskKey>LongRunningTask. getKeyClass()io.datarouter.storage.node.op.combo.SortedMapStorage.SortedMapStorageNode<LongRunningTaskKey,LongRunningTask,LongRunningTask.LongRunningTaskFielder>DatarouterLongRunningTaskDao. getNode()Methods in io.datarouter.tasktracker.storage with parameters of type LongRunningTaskKey Modifier and Type Method Description io.datarouter.scanner.Scanner<LongRunningTask>DatarouterLongRunningTaskDao. scanWithPrefix(LongRunningTaskKey prefix)Method parameters in io.datarouter.tasktracker.storage with type arguments of type LongRunningTaskKey Modifier and Type Method Description voidDatarouterLongRunningTaskDao. deleteBatched(io.datarouter.scanner.Scanner<LongRunningTaskKey> keys)io.datarouter.scanner.Scanner<LongRunningTask>DatarouterLongRunningTaskDao. scan(io.datarouter.util.tuple.Range<LongRunningTaskKey> range)