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.properties.ServerName serverName, LongRunningTaskGraphLink longRunningTaskGraphLink, io.datarouter.storage.setting.Setting<Boolean> persistSetting, io.datarouter.storage.node.op.combo.SortedMapStorage<LongRunningTaskKey,LongRunningTask> node, TaskTrackerCounters counters, io.datarouter.storage.servertype.ServerTypeDetector serverTypeDetector, io.datarouter.email.type.DatarouterEmailTypes.LongRunningTaskTrackerEmailType longRunningTaskTrackerEmailType, io.datarouter.storage.setting.Setting<Boolean> sendAlertEmail, io.datarouter.web.email.StandardDatarouterEmailHeaderService standardDatarouterEmailHeaderService, LongRunningTaskInfo task, Instant deadline, boolean warnOnReachingInterrupt, TaskTrackerAlertReportService alertReportService, io.datarouter.web.config.service.ServiceName serviceName) -
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 Supplier<LongRunningTaskKey>LongRunningTask. getKeySupplier()io.datarouter.storage.node.op.combo.SortedMapStorage<LongRunningTaskKey,LongRunningTask>LongRunningTaskDao. getNode()io.datarouter.scanner.Scanner<LongRunningTaskKey>LongRunningTaskDao. scanKeysWithPrefix(LongRunningTaskKey prefix)Methods in io.datarouter.tasktracker.storage with parameters of type LongRunningTaskKey Modifier and Type Method Description io.datarouter.scanner.Scanner<LongRunningTaskKey>LongRunningTaskDao. scanKeysWithPrefix(LongRunningTaskKey prefix)io.datarouter.scanner.Scanner<LongRunningTask>LongRunningTaskDao. scanWithPrefix(LongRunningTaskKey prefix)Method parameters in io.datarouter.tasktracker.storage with type arguments of type LongRunningTaskKey Modifier and Type Method Description voidLongRunningTaskDao. deleteBatched(io.datarouter.scanner.Scanner<LongRunningTaskKey> keys)io.datarouter.scanner.Scanner<LongRunningTask>LongRunningTaskDao. scan(io.datarouter.util.tuple.Range<LongRunningTaskKey> range)