Uses of Record Class
com.loomcache.server.executor.DurableTaskRecord
Packages that use DurableTaskRecord
-
Uses of DurableTaskRecord in com.loomcache.server.executor
Methods in com.loomcache.server.executor that return DurableTaskRecordModifier and TypeMethodDescription@Nullable DurableTaskRecordDistributedExecutorService.getDurableTaskRecord(String taskId) Get the durable task record for a task.static DurableTaskRecordCreate a new durable task record in PENDING state.DurableTaskRecord.toCancelled()Create a cancelled version of this record.DurableTaskRecord.toCompleted()Create a completed version of this record.DurableTaskRecord.toFailed()Create a failed version of this record.DurableTaskRecord.toRunning()Create a running version of this record.