Uses of Class
io.datarouter.tasktracker.storage.LongRunningTask
| Package | Description |
|---|---|
| io.datarouter.tasktracker.service | |
| io.datarouter.tasktracker.storage | |
| io.datarouter.tasktracker.web |
-
Uses of LongRunningTask in io.datarouter.tasktracker.service
Fields in io.datarouter.tasktracker.service with type parameters of type LongRunningTask Modifier and Type Field Description Map<String,LongRunningTask>LongRunningTaskService.LongRunningTaskSummaryDto. currentlyRunningTasksMap<String,LongRunningTask>LongRunningTaskService.LongRunningTaskSummaryDto. lastCompletionsMethods in io.datarouter.tasktracker.service that return types with arguments of type LongRunningTask Modifier and Type Method Description Optional<LongRunningTask>LongRunningTaskService. getLastRun(io.datarouter.instrumentation.task.TaskTracker tracker)Constructor parameters in io.datarouter.tasktracker.service with type arguments of type LongRunningTask Constructor Description LongRunningTaskSummaryDto(Map<String,LongRunningTask> lastCompletions, Map<String,LongRunningTask> currentlyRunningTasks, Map<String,SortedSet<String>> runningOnServers)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 LongRunningTask in io.datarouter.tasktracker.storage
Methods in io.datarouter.tasktracker.storage that return types with arguments of type LongRunningTask Modifier and Type Method Description io.datarouter.storage.node.op.combo.SortedMapStorage<LongRunningTaskKey,LongRunningTask>LongRunningTaskDao. getNode()io.datarouter.scanner.Scanner<LongRunningTask>LongRunningTaskDao. scan()io.datarouter.scanner.Scanner<LongRunningTask>LongRunningTaskDao. scan(io.datarouter.util.tuple.Range<LongRunningTaskKey> range)io.datarouter.scanner.Scanner<LongRunningTask>LongRunningTaskDao. scanWithPrefix(LongRunningTaskKey prefix)Methods in io.datarouter.tasktracker.storage with parameters of type LongRunningTask Modifier and Type Method Description List<io.datarouter.model.field.Field<?>>LongRunningTask.LongRunningTaskFielder. getNonKeyFields(LongRunningTask databean) -
Uses of LongRunningTask in io.datarouter.tasktracker.web
Constructors in io.datarouter.tasktracker.web with parameters of type LongRunningTask Constructor Description LongRunningTaskJspDto(LongRunningTask task, ZoneId zoneId)