Uses of Enum Class
io.aleph0.yap.core.task.TaskManager.TaskState
Packages that use TaskManager.TaskState
-
Uses of TaskManager.TaskState in io.aleph0.yap.core.task
Subclasses with type arguments of type TaskManager.TaskState in io.aleph0.yap.core.taskMethods in io.aleph0.yap.core.task that return TaskManager.TaskStateModifier and TypeMethodDescriptionTaskManager.Metrics.state()Returns the value of thestaterecord component.abstract TaskManager.TaskStateTaskManager.TaskState.to(TaskManager.TaskState target) Validate that the transition to the target state is valid.static TaskManager.TaskStateReturns the enum constant of this class with the specified name.static TaskManager.TaskState[]TaskManager.TaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.aleph0.yap.core.task with parameters of type TaskManager.TaskStateModifier and TypeMethodDescriptionabstract TaskManager.TaskStateTaskManager.TaskState.to(TaskManager.TaskState target) Validate that the transition to the target state is valid.Constructors in io.aleph0.yap.core.task with parameters of type TaskManager.TaskStateModifierConstructorDescriptionMetrics(String id, TaskManager.TaskPhase phase, TaskManager.TaskState state, WorkerMetricsT worker, long workers, long commencements, long completions, long normalCompletions, long stopCompletions, long exceptionalCompletions, long pending, long consumed, long waits, long produced, long stalls) Creates an instance of aMetricsrecord class.