| 程序包 | 说明 |
|---|---|
| xyz.hellothomas.jedi.client.internals | |
| xyz.hellothomas.jedi.client.persistence |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultRecoverTaskService.doRecover(JediTaskExecution jediTaskExecution,
CountDownLatch countDownLatch) |
| 限定符和类型 | 方法和说明 |
|---|---|
JediTaskExecution |
JdbcTemplatePersistenceService.queryTaskExecutionById(String taskId,
String dataSourceName) |
JediTaskExecution |
NullPersistentService.queryTaskExecutionById(String taskId,
String dataSourceName) |
JediTaskExecution |
PersistenceService.queryTaskExecutionById(String taskId,
String dataSourceName) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<JediTaskExecution> |
JdbcTemplatePersistenceService.queryPageByStatusAndRecoverable(String machineId,
int status,
boolean isRecoverable,
LocalDateTime appInitTime,
int pageNum,
int pageSize,
String dataSourceName) |
List<JediTaskExecution> |
NullPersistentService.queryPageByStatusAndRecoverable(String machineId,
int status,
boolean recoverable,
LocalDateTime appInitTime,
int pageNum,
int pageSize,
String dataSourceName) |
List<JediTaskExecution> |
PersistenceService.queryPageByStatusAndRecoverable(String machineId,
int status,
boolean recoverable,
LocalDateTime appInitTime,
int pageNum,
int pageSize,
String dataSourceName) |
Copyright © 2022 hellothomas. All rights reserved.