| 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 |
RichFlatMapFunction<IN,OUT>
Rich variant of the
FlatMapFunction. |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterOperatorBase<T,FT extends FlatMapFunction<T,T>> |
class |
FlatMapOperatorBase<IN,OUT,FT extends FlatMapFunction<IN,OUT>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkIterationBase.TerminationCriterionMapper<X>
Special Mapper that is added before a termination criterion and is only a container for an special aggregator
|
| Modifier and Type | Method and Description |
|---|---|
static <IN,OUT> TypeInformation<OUT> |
TypeExtractor.getFlatMapReturnTypes(FlatMapFunction<IN,OUT> flatMapInterface,
TypeInformation<IN> inType) |
static <IN,OUT> TypeInformation<OUT> |
TypeExtractor.getFlatMapReturnTypes(FlatMapFunction<IN,OUT> flatMapInterface,
TypeInformation<IN> inType,
String functionName,
boolean allowMissing) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.