| Modifier and Type | Method and Description |
|---|---|
protected <OUT> TwoInputStreamOperator<IN1,IN2,OUT> |
ConnectedDataStream.getReduceOperator(CoReduceFunction<IN1,IN2,OUT> coReducer) |
| Modifier and Type | Method and Description |
|---|---|
<OUT> SingleOutputStreamOperator<OUT,?> |
ConnectedDataStream.transform(String functionName,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInfo,
TwoInputStreamOperator<IN1,IN2,OUT> operator) |
| Modifier and Type | Method and Description |
|---|---|
<IN1,IN2,OUT> |
StreamGraph.addCoOperator(Integer vertexID,
TwoInputStreamOperator<IN1,IN2,OUT> taskoperatorObject,
org.apache.flink.api.common.typeinfo.TypeInformation<IN1> in1TypeInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<IN2> in2TypeInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInfo,
String operatorName) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoStreamFlatMap<IN1,IN2,OUT> |
class |
CoStreamGroupedReduce<IN1,IN2,OUT> |
class |
CoStreamMap<IN1,IN2,OUT> |
class |
CoStreamReduce<IN1,IN2,OUT> |
class |
CoStreamWindow<IN1,IN2,OUT> |
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelMergeOperator<OUT> |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.