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