| Package | Description |
|---|---|
| org.apache.flink.api.common.operators | |
| org.apache.flink.api.common.operators.base | |
| org.apache.flink.api.java.typeutils |
| Modifier and Type | Method and Description |
|---|---|
Partitioner<T> |
GenericDataSourceBase.SplitDataProperties.getSplitPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
abstract <E> void |
Keys.validateCustomPartitioner(Partitioner<E> partitioner,
TypeInformation<E> typeInfo) |
<E> void |
Keys.SelectorFunctionKeys.validateCustomPartitioner(Partitioner<E> partitioner,
TypeInformation<E> typeInfo) |
<E> void |
Keys.ExpressionKeys.validateCustomPartitioner(Partitioner<E> partitioner,
TypeInformation<E> typeInfo) |
| Modifier and Type | Method and Description |
|---|---|
Partitioner<?> |
ReduceOperatorBase.getCustomPartitioner() |
Partitioner<?> |
GroupReduceOperatorBase.getCustomPartitioner() |
Partitioner<?> |
PartitionOperatorBase.getCustomPartitioner() |
Partitioner<?> |
JoinOperatorBase.getCustomPartitioner() |
Partitioner<?> |
CoGroupOperatorBase.getCustomPartitioner() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReduceOperatorBase.setCustomPartitioner(Partitioner<?> customPartitioner) |
void |
GroupReduceOperatorBase.setCustomPartitioner(Partitioner<?> customPartitioner) |
void |
PartitionOperatorBase.setCustomPartitioner(Partitioner<?> customPartitioner) |
void |
JoinOperatorBase.setCustomPartitioner(Partitioner<?> partitioner) |
void |
CoGroupOperatorBase.setCustomPartitioner(Partitioner<?> customPartitioner) |
| Modifier and Type | Method and Description |
|---|---|
static <T> TypeInformation<T> |
TypeExtractor.getPartitionerTypes(Partitioner<T> partitioner) |
static <T> TypeInformation<T> |
TypeExtractor.getPartitionerTypes(Partitioner<T> partitioner,
String functionName,
boolean allowMissing) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.