Uses of Class
app.nzyme.plugin.distributed.tasksqueue.StoredTask
Packages that use StoredTask
-
Uses of StoredTask in app.nzyme.plugin.distributed.tasksqueue
Methods in app.nzyme.plugin.distributed.tasksqueue that return StoredTaskModifier and TypeMethodDescriptionabstract 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 StoredTaskModifier and TypeMethodDescriptionTasksQueue.getAllFailedTasksSince(org.joda.time.DateTime since) TasksQueue.getAllStuckTasks(org.joda.time.DateTime timeout) TasksQueue.getAllTasks(int limit, int offset)