Uses of Class
org.apache.flink.streaming.api.transformations.StreamExchangeMode
-
Packages that use StreamExchangeMode Package Description org.apache.flink.streaming.api.graph org.apache.flink.streaming.api.transformations -
-
Uses of StreamExchangeMode in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return StreamExchangeMode Modifier and Type Method Description StreamExchangeModeStreamEdge. getExchangeMode()Methods in org.apache.flink.streaming.api.graph with parameters of type StreamExchangeMode Modifier and Type Method Description voidStreamGraph. addVirtualPartitionNode(Integer originalId, Integer virtualId, StreamPartitioner<?> partitioner, StreamExchangeMode exchangeMode)Adds a new virtual node that is used to connect a downstream vertex to an input with a certain partitioning.Constructors in org.apache.flink.streaming.api.graph with parameters of type StreamExchangeMode Constructor Description StreamEdge(StreamNode sourceVertex, StreamNode targetVertex, int typeNumber, long bufferTimeout, StreamPartitioner<?> outputPartitioner, org.apache.flink.util.OutputTag outputTag, StreamExchangeMode exchangeMode, int uniqueId, IntermediateDataSetID intermediateDatasetId)StreamEdge(StreamNode sourceVertex, StreamNode targetVertex, int typeNumber, StreamPartitioner<?> outputPartitioner, org.apache.flink.util.OutputTag outputTag, StreamExchangeMode exchangeMode, int uniqueId, IntermediateDataSetID intermediateDatasetId) -
Uses of StreamExchangeMode in org.apache.flink.streaming.api.transformations
Methods in org.apache.flink.streaming.api.transformations that return StreamExchangeMode Modifier and Type Method Description StreamExchangeModePartitionTransformation. getExchangeMode()Returns theStreamExchangeModeof thisPartitionTransformation.static StreamExchangeModeStreamExchangeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamExchangeMode[]StreamExchangeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.streaming.api.transformations with parameters of type StreamExchangeMode Constructor Description PartitionTransformation(org.apache.flink.api.dag.Transformation<T> input, StreamPartitioner<T> partitioner, StreamExchangeMode exchangeMode)Creates a newPartitionTransformationfrom the given input andStreamPartitioner.
-