| Package | Description |
|---|---|
| org.apache.flink.api.common.operators | |
| org.apache.flink.api.common.operators.base |
| Modifier and Type | Method and Description |
|---|---|
Partitioner<T> |
GenericDataSourceBase.SplitDataProperties.getSplitPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
Partitioner<?> |
CoGroupOperatorBase.getCustomPartitioner() |
Partitioner<?> |
ReduceOperatorBase.getCustomPartitioner() |
Partitioner<?> |
JoinOperatorBase.getCustomPartitioner() |
Partitioner<?> |
GroupReduceOperatorBase.getCustomPartitioner() |
Partitioner<?> |
PartitionOperatorBase.getCustomPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoGroupOperatorBase.setCustomPartitioner(Partitioner<?> customPartitioner) |
void |
ReduceOperatorBase.setCustomPartitioner(Partitioner<?> customPartitioner) |
void |
JoinOperatorBase.setCustomPartitioner(Partitioner<?> partitioner) |
void |
GroupReduceOperatorBase.setCustomPartitioner(Partitioner<?> customPartitioner) |
void |
PartitionOperatorBase.setCustomPartitioner(Partitioner<?> customPartitioner) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.