Package org.apache.wayang.core.profiling
Class OutboundInstrumentationStrategy
java.lang.Object
org.apache.wayang.core.profiling.OutboundInstrumentationStrategy
- All Implemented Interfaces:
InstrumentationStrategy
Instruments only outbound
Channel
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTo
(ExecutionStage stage) MarkChannel
s within thestage
that should be instrumented.
-
Constructor Details
-
OutboundInstrumentationStrategy
public OutboundInstrumentationStrategy()
-
-
Method Details
-
applyTo
Description copied from interface:InstrumentationStrategy
MarkChannel
s within thestage
that should be instrumented.- Specified by:
applyTo
in interfaceInstrumentationStrategy
- Parameters:
stage
- that should be instrumented
-