Package org.apache.wayang.core.profiling
Interface InstrumentationStrategy
- All Known Implementing Classes:
FullInstrumentationStrategy,NoInstrumentationStrategy,OutboundInstrumentationStrategy
public interface InstrumentationStrategy
Determines, which
Channels in an ExecutionPlan should be instrumented.-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(ExecutionStage stage) MarkChannels within thestagethat should be instrumented.
-
Method Details
-
applyTo
MarkChannels within thestagethat should be instrumented.- Parameters:
stage- that should be instrumented
-