Package org.apache.wayang.core.profiling
Interface InstrumentationStrategy
-
- All Known Implementing Classes:
FullInstrumentationStrategy,NoInstrumentationStrategy,OutboundInstrumentationStrategy
public interface InstrumentationStrategyDetermines, whichChannels in anExecutionPlanshould be instrumented.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyTo(ExecutionStage stage)MarkChannels within thestagethat should be instrumented.
-
-
-
Method Detail
-
applyTo
void applyTo(ExecutionStage stage)
MarkChannels within thestagethat should be instrumented.- Parameters:
stage- that should be instrumented
-
-