Uses of Enum Class
com.loomcache.server.executor.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in com.loomcache.server.executor
Subclasses with type arguments of type TaskStatus in com.loomcache.server.executorModifier and TypeClassDescriptionenumLifecycle states for a distributed task submitted to aDistributedExecutorService.Methods in com.loomcache.server.executor that return TaskStatusModifier and TypeMethodDescription@Nullable TaskStatusGet the current status of a task.DurableTaskRecord.status()Returns the value of thestatusrecord component.TaskInfo.status()Returns the value of thestatusrecord component.static TaskStatusReturns the enum constant of this class with the specified name.static TaskStatus[]TaskStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.executor with parameters of type TaskStatusModifierConstructorDescriptionDurableTaskRecord(String taskId, String executorName, byte[] serializedCallable, TaskStatus status, long submitTimeMillis, @Nullable String targetMemberId, @Nullable String routingKey, @Nullable ScheduledTaskInfo scheduleConfig) Creates an instance of aDurableTaskRecordrecord class.TaskInfo(String taskId, String executorName, TaskStatus status, long submitTimeMillis, long startTimeMillis, long endTimeMillis, byte @Nullable [] serializedResult, @Nullable String errorMessage, @Nullable String targetMemberId, @Nullable String routingKey) Creates an instance of aTaskInforecord class.