| Package | Description |
|---|---|
| org.apache.flink.streaming.api.graph | |
| org.apache.flink.streaming.api.transformations |
| Modifier and Type | Method and Description |
|---|---|
StreamExchangeMode |
StreamEdge.getExchangeMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamGraph.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.
|
| Constructor and Description |
|---|
StreamEdge(StreamNode sourceVertex,
StreamNode targetVertex,
int typeNumber,
long bufferTimeout,
StreamPartitioner<?> outputPartitioner,
org.apache.flink.util.OutputTag outputTag,
StreamExchangeMode exchangeMode,
int uniqueId,
org.apache.flink.runtime.jobgraph.IntermediateDataSetID intermediateDatasetId) |
StreamEdge(StreamNode sourceVertex,
StreamNode targetVertex,
int typeNumber,
StreamPartitioner<?> outputPartitioner,
org.apache.flink.util.OutputTag outputTag,
StreamExchangeMode exchangeMode,
int uniqueId,
org.apache.flink.runtime.jobgraph.IntermediateDataSetID intermediateDatasetId) |
| Modifier and Type | Method and Description |
|---|---|
StreamExchangeMode |
PartitionTransformation.getExchangeMode()
Returns the
StreamExchangeMode of this PartitionTransformation. |
static StreamExchangeMode |
StreamExchangeMode.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.
|
| Constructor and Description |
|---|
PartitionTransformation(org.apache.flink.api.dag.Transformation<T> input,
StreamPartitioner<T> partitioner,
StreamExchangeMode exchangeMode)
Creates a new
PartitionTransformation from the given input and StreamPartitioner. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.