Package org.apache.wayang.core.profiling
Interface InstrumentationStrategy
-
- All Known Implementing Classes:
FullInstrumentationStrategy
,NoInstrumentationStrategy
,OutboundInstrumentationStrategy
public interface InstrumentationStrategy
Determines, whichChannel
s in anExecutionPlan
should be instrumented.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyTo(ExecutionStage stage)
MarkChannel
s within thestage
that should be instrumented.
-
-
-
Method Detail
-
applyTo
void applyTo(ExecutionStage stage)
MarkChannel
s within thestage
that should be instrumented.- Parameters:
stage
- that should be instrumented
-
-