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