public class JobRunningStateManager extends Object
| 构造器和说明 |
|---|
JobRunningStateManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addJobRunningException(Long jobInstanceid,
Throwable throwable) |
void |
addJobRunningState(Long jobInstanceid,
String stateDescribe) |
void |
deleteJobRunningException(Long jobInstanceid) |
void |
deleteJobRunningState(Long jobInstanceid) |
JobRunningException |
getJobRunningException(Long jobInstanceid) |
JobRunningState |
getJobRunningState(Long jobInstanceid) |
String |
getJobRunningStateDescribe(Long jobInstanceid) |
static JobRunningStateManager |
getManageHandler() |
ConcurrentHashMap<Long,JobRunningState> |
getMap() |
void |
init() |
void |
printMap() |
public static JobRunningStateManager getManageHandler()
public void init()
throws com.alibaba.dts.common.exception.InitException
com.alibaba.dts.common.exception.InitExceptionpublic JobRunningState getJobRunningState(Long jobInstanceid)
public JobRunningException getJobRunningException(Long jobInstanceid)
public void deleteJobRunningState(Long jobInstanceid)
public void deleteJobRunningException(Long jobInstanceid)
public ConcurrentHashMap<Long,JobRunningState> getMap()
public void printMap()
Copyright © 2018. All rights reserved.