クラス TaskQueueSearchSql
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.QuerySqlHandler
org.iplass.mtp.impl.async.rdb.sql.TaskQueueSearchSql
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明toCountPreExecutingSql(int tenantId, int queueId, String groupingKey, long taskId, String serverId, RdbAdapter rdb) toForPollSql(int queueId, int[] workerIds, long currentTimeMillis, String serverId, int maxRetryCount, RdbAdapter rdb) toLoadSql(int tenantId, int queueId, long taskId, boolean withBinary, boolean withHistory, boolean withLock, RdbAdapter rdb) toSearchSql(TaskSearchCondition cond, RdbAdapter rdb) toTask(RdbAdapter rdb, ResultSet rs, boolean withBinary)
-
コンストラクタの詳細
-
TaskQueueSearchSql
public TaskQueueSearchSql()
-
-
メソッドの詳細
-
toLoadSql
public String toLoadSql(int tenantId, int queueId, long taskId, boolean withBinary, boolean withHistory, boolean withLock, RdbAdapter rdb) -
toForPollSql
public String toForPollSql(int queueId, int[] workerIds, long currentTimeMillis, String serverId, int maxRetryCount, RdbAdapter rdb) -
toSearchSql
-
toCountPreExecutingSql
public String toCountPreExecutingSql(int tenantId, int queueId, String groupingKey, long taskId, String serverId, RdbAdapter rdb) -
toTask
- 例外:
SQLException
-