Uses of Class
org.apache.flink.streaming.runtime.tasks.StreamOperatorWrapper
-
Packages that use StreamOperatorWrapper Package Description org.apache.flink.streaming.runtime.tasks -
-
Uses of StreamOperatorWrapper in org.apache.flink.streaming.runtime.tasks
Fields in org.apache.flink.streaming.runtime.tasks declared as StreamOperatorWrapper Modifier and Type Field Description protected StreamOperatorWrapper<?,?>OperatorChain. firstOperatorWrapperprotected StreamOperatorWrapper<OUT,OP>OperatorChain. mainOperatorWrapperFor iteration,StreamIterationHeadandStreamIterationTailused for executing feedback edges do not contain any operators, in which case,mainOperatorWrapperandtailOperatorWrapperare null.protected StreamOperatorWrapper<?,?>OperatorChain. tailOperatorWrapperMethods in org.apache.flink.streaming.runtime.tasks that return types with arguments of type StreamOperatorWrapper Modifier and Type Method Description Iterable<StreamOperatorWrapper<?,?>>OperatorChain. getAllOperators()Returns anIterablewhich traverses all operators in forward topological order.protected Iterable<StreamOperatorWrapper<?,?>>OperatorChain. getAllOperators(boolean reverse)Returns anIterablewhich traverses all operators in forward or reverse topological order.
-