| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.graph | |
| org.apache.flink.streaming.runtime.partitioner |
| Modifier and Type | Field and Description |
|---|---|
protected StreamPartitioner<OUT> |
DataStream.partitioner |
| Modifier and Type | Method and Description |
|---|---|
protected DataStream<OUT> |
GroupedDataStream.setConnectionType(StreamPartitioner<OUT> partitioner) |
protected DataStream<OUT> |
DataStream.setConnectionType(StreamPartitioner<OUT> partitioner)
Internal function for setting the partitioner for the DataStream
|
| Modifier and Type | Method and Description |
|---|---|
StreamPartitioner<?> |
StreamEdge.getPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamGraph.addEdge(Integer upStreamVertexID,
Integer downStreamVertexID,
StreamPartitioner<?> partitionerObject,
int typeNumber,
List<String> outputNames) |
| Constructor and Description |
|---|
StreamEdge(StreamNode sourceVertex,
StreamNode targetVertex,
int typeNumber,
List<String> selectedNames,
StreamPartitioner<?> outputPartitioner) |
| Modifier and Type | Class and Description |
|---|---|
class |
BroadcastPartitioner<T>
Partitioner that selects all the output channels.
|
class |
FieldsPartitioner<T>
Partitioner that selects the same (one) channel for two Tuples having a
specified fields equal.
|
class |
GlobalPartitioner<T> |
class |
RebalancePartitioner<T>
Partitioner that distributes the data equally by cycling through the output
channels.
|
class |
ShufflePartitioner<T>
Partitioner that distributes the data equally by selecting one output channel
randomly.
|
| Modifier and Type | Method and Description |
|---|---|
StreamPartitioner<T> |
StreamPartitioner.copy() |
StreamPartitioner<T> |
RebalancePartitioner.copy() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.