| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.operators.async |
| Modifier and Type | Method and Description |
|---|---|
<R> SingleOutputStreamOperator<R> |
DataStream.transform(String operatorName,
org.apache.flink.api.common.typeinfo.TypeInformation<R> outTypeInfo,
OneInputStreamOperatorFactory<T,R> operatorFactory)
Method for passing user defined operators created by the given factory along with the type information that will
transform the DataStream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncWaitOperatorFactory<IN,OUT>
The factory of
AsyncWaitOperator. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.