Uses of Class
app.nzyme.plugin.distributed.tasksqueue.StoredTask
-
Packages that use StoredTask Package Description app.nzyme.plugin.distributed.tasksqueue -
-
Uses of StoredTask in app.nzyme.plugin.distributed.tasksqueue
Methods in app.nzyme.plugin.distributed.tasksqueue that return StoredTask Modifier and Type Method Description abstract StoredTaskStoredTask.Builder. build()static StoredTaskStoredTask. create(Long id, UUID sender, TaskType type, Boolean allowRetry, Map<String,Object> parameters, org.joda.time.DateTime createdAt, TaskStatus status, Integer retries, boolean allowProcessSelf, TaskStatus previousStatus, Integer processingTimeMs, org.joda.time.DateTime firstProcessedAt, org.joda.time.DateTime lastProcessedAt, UUID processedBy)Methods in app.nzyme.plugin.distributed.tasksqueue that return types with arguments of type StoredTask Modifier and Type Method Description List<StoredTask>TasksQueue. getAllFailedTasksSince(org.joda.time.DateTime since)List<StoredTask>TasksQueue. getAllStuckTasks(org.joda.time.DateTime timeout)List<StoredTask>TasksQueue. getAllTasks(int limit, int offset)
-