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
(IO<I> io, 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 TypeMethodDescriptionInitializerPhase.run
(IO<I> io, Context context, MetricTags tags) SinkPhase.run
(IO<I> io, Context context, MetricTags metricTags) StepPhase.run
(IO<I> io, Context context, MetricTags metricTags)