| Package | Description |
|---|---|
| org.apache.flink.streaming.api.graph | |
| org.apache.flink.streaming.api.transformations |
| Modifier and Type | Method and Description |
|---|---|
ShuffleMode |
StreamEdge.getShuffleMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamGraph.addVirtualPartitionNode(Integer originalId,
Integer virtualId,
StreamPartitioner<?> partitioner,
ShuffleMode shuffleMode)
Adds a new virtual node that is used to connect a downstream vertex to an input with a
certain partitioning.
|
| Constructor and Description |
|---|
StreamEdge(StreamNode sourceVertex,
StreamNode targetVertex,
int typeNumber,
List<String> selectedNames,
StreamPartitioner<?> outputPartitioner,
org.apache.flink.util.OutputTag outputTag,
ShuffleMode shuffleMode) |
| Modifier and Type | Method and Description |
|---|---|
ShuffleMode |
PartitionTransformation.getShuffleMode()
Returns the
ShuffleMode of this PartitionTransformation. |
static ShuffleMode |
ShuffleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShuffleMode[] |
ShuffleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PartitionTransformation(org.apache.flink.api.dag.Transformation<T> input,
StreamPartitioner<T> partitioner,
ShuffleMode shuffleMode)
Creates a new
PartitionTransformation from the given input and
StreamPartitioner. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.