Uses of Enum Class
io.aleph0.yap.core.task.TaskManager.TaskPhase
Packages that use TaskManager.TaskPhase
-
Uses of TaskManager.TaskPhase in io.aleph0.yap.core.task
Subclasses with type arguments of type TaskManager.TaskPhase in io.aleph0.yap.core.taskMethods in io.aleph0.yap.core.task that return TaskManager.TaskPhaseModifier and TypeMethodDescriptionTaskManager.TaskState.getPhase()TaskManager.Metrics.phase()Returns the value of thephaserecord component.static TaskManager.TaskPhaseReturns the enum constant of this class with the specified name.static TaskManager.TaskPhase[]TaskManager.TaskPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.aleph0.yap.core.task with parameters of type TaskManager.TaskPhaseModifierConstructorDescriptionMetrics(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.