Package org.apache.wayang.core.profiling
Class OutboundInstrumentationStrategy
- java.lang.Object
-
- org.apache.wayang.core.profiling.OutboundInstrumentationStrategy
-
- All Implemented Interfaces:
InstrumentationStrategy
public class OutboundInstrumentationStrategy extends java.lang.Object implements InstrumentationStrategy
Instruments only outboundChannels.
-
-
Constructor Summary
Constructors Constructor Description OutboundInstrumentationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(ExecutionStage stage)MarkChannels within thestagethat should be instrumented.
-
-
-
Method Detail
-
applyTo
public void applyTo(ExecutionStage stage)
Description copied from interface:InstrumentationStrategyMarkChannels within thestagethat should be instrumented.- Specified by:
applyToin interfaceInstrumentationStrategy- Parameters:
stage- that should be instrumented
-
-