クラス TaskDao
java.lang.Object
org.iplass.mtp.impl.async.rdb.TaskDao
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明intcountPreExecuting(int tenantId, int queueId, String groupingKey, long taskId, String serverId) voidvoiddeleteHistoryByDate(Timestamp date, boolean isDirectTenant) voidload(int tenantId, int queueId, long taskId, boolean withBinary, boolean withHistory, boolean withLock) voidmoveToHistory(Task task, TaskStatus toStatus) search(TaskSearchCondition cond) searchForPoll(int queueId, int[] workerIds, long currentTimeMillis, String serverId, int maxRetryCount) void
-
コンストラクタの詳細
-
TaskDao
-
-
メソッドの詳細
-
load
public Task load(int tenantId, int queueId, long taskId, boolean withBinary, boolean withHistory, boolean withLock) -
insert
-
searchForPoll
-
countPreExecuting
-
update
-
moveToHistory
-
search
-
deleteHistoryByDate
-
delete
-