Class StepPhase<I,P>
java.lang.Object
tech.illuin.pipeline.execution.phase.impl.StepPhase<I,P>
- All Implemented Interfaces:
AutoCloseable
,PipelinePhase<I,
P>
- Author:
- Pierre Lecerf ([email protected])
-
Constructor Summary
ConstructorsConstructorDescriptionStepPhase
(List<StepDescriptor<Indexable, I, P>> steps, UIDGenerator uidGenerator, io.micrometer.core.instrument.MeterRegistry meterRegistry) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface tech.illuin.pipeline.execution.phase.PipelinePhase
close
-
Constructor Details
-
StepPhase
public StepPhase(List<StepDescriptor<Indexable, I, P>> steps, UIDGenerator uidGenerator, io.micrometer.core.instrument.MeterRegistry meterRegistry)
-
-
Method Details
-
run
public PipelineStrategy run(I input, Output<P> output, Context<P> context, MetricTags metricTags) throws Exception - Specified by:
run
in interfacePipelinePhase<I,
P> - Throws:
Exception
-