Uses of Record Class
com.loomcache.server.executor.TaskInfo
Packages that use TaskInfo
-
Uses of TaskInfo in com.loomcache.server.executor
Methods in com.loomcache.server.executor that return TaskInfoModifier and TypeMethodDescription@Nullable TaskInfoDistributedExecutorService.getTaskInfo(String taskId) Get the full task info for a task.static TaskInfoTaskInfo.pending(String taskId, String executorName, @Nullable String targetMemberId, @Nullable String routingKey) Create a new TaskInfo in PENDING state.TaskInfo.toCancelled()Transition this task to CANCELLED state.TaskInfo.toCompleted(byte @Nullable [] result) Transition this task to COMPLETED state with a serialized result.Transition this task to FAILED state with an error message.TaskInfo.toRunning()Transition this task to RUNNING state.TaskInfo.toTimedOut()Transition this task to TIMED_OUT state.