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