| Package | Description |
|---|---|
| org.apache.flink.api.common.functions | |
| org.apache.flink.api.common.operators.base | |
| org.apache.flink.api.java.typeutils |
| Modifier and Type | Class and Description |
|---|---|
class |
RichMapPartitionFunction<I,O>
Rich variant of the
MapPartitionFunction. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapPartitionOperatorBase<IN,OUT,FT extends MapPartitionFunction<IN,OUT>> |
| Modifier and Type | Method and Description |
|---|---|
static <IN,OUT> TypeInformation<OUT> |
TypeExtractor.getMapPartitionReturnTypes(MapPartitionFunction<IN,OUT> mapPartitionInterface,
TypeInformation<IN> inType) |
static <IN,OUT> TypeInformation<OUT> |
TypeExtractor.getMapPartitionReturnTypes(MapPartitionFunction<IN,OUT> mapPartitionInterface,
TypeInformation<IN> inType,
String functionName,
boolean allowMissing) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.