Uses of Enum Class
tech.illuin.pipeline.execution.phase.PipelineStrategy
Packages that use PipelineStrategy
-
Uses of PipelineStrategy in tech.illuin.pipeline.execution.phase
Methods in tech.illuin.pipeline.execution.phase that return PipelineStrategyModifier and TypeMethodDescriptionPipelinePhase.run
(I input, Output output, Context context, MetricTags tags) static PipelineStrategy
Returns the enum constant of this class with the specified name.static PipelineStrategy[]
PipelineStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PipelineStrategy in tech.illuin.pipeline.execution.phase.impl
Methods in tech.illuin.pipeline.execution.phase.impl that return PipelineStrategyModifier and TypeMethodDescriptionSinkPhase.run
(I input, Output output, Context context, MetricTags metricTags) StepPhase.run
(I input, Output output, Context context, MetricTags metricTags)