Uses of Enum Class
io.aleph0.yap.core.pipeline.PipelineManager.PipelineState
Packages that use PipelineManager.PipelineState
-
Uses of PipelineManager.PipelineState in io.aleph0.yap.core
Methods in io.aleph0.yap.core that return PipelineManager.PipelineStateModifier and TypeMethodDescriptionPipeline.Metrics.state()Returns the value of thestaterecord component.Constructors in io.aleph0.yap.core with parameters of type PipelineManager.PipelineStateModifierConstructorDescriptionMetrics(int id, PipelineManager.PipelinePhase phase, PipelineManager.PipelineState state, Map<String, TaskManager.Metrics<?>> tasks) Creates an instance of aMetricsrecord class. -
Uses of PipelineManager.PipelineState in io.aleph0.yap.core.pipeline
Subclasses with type arguments of type PipelineManager.PipelineState in io.aleph0.yap.core.pipelineMethods in io.aleph0.yap.core.pipeline that return PipelineManager.PipelineStateModifier and TypeMethodDescriptionPipelineManager.Metrics.state()Returns the value of thestaterecord component.abstract PipelineManager.PipelineStatePipelineManager.PipelineState.to(PipelineManager.PipelineState target) Validates that the transition from this state to the target state is valid.Returns the enum constant of this class with the specified name.static PipelineManager.PipelineState[]PipelineManager.PipelineState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.aleph0.yap.core.pipeline with parameters of type PipelineManager.PipelineStateModifier and TypeMethodDescriptionabstract PipelineManager.PipelineStatePipelineManager.PipelineState.to(PipelineManager.PipelineState target) Validates that the transition from this state to the target state is valid.Constructors in io.aleph0.yap.core.pipeline with parameters of type PipelineManager.PipelineStateModifierConstructorDescriptionMetrics(int id, PipelineManager.PipelinePhase phase, PipelineManager.PipelineState state, Map<String, TaskManager.Metrics<?>> tasks) Creates an instance of aMetricsrecord class.