| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleInputFormatOperatorFactory<OUT>
Input format source operator factory which just wrap existed
StreamSource. |
class |
SimpleOutputFormatOperatorFactory<IN>
A simple operator factory which create
StreamSink containing an OutputFormat. |
class |
SimpleUdfStreamOperatorFactory<OUT>
Udf stream operator factory which just wrap existed
AbstractUdfStreamOperator. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <OUT> SimpleOperatorFactory<OUT> |
SimpleOperatorFactory.of(StreamOperator<OUT> operator)
Create a SimpleOperatorFactory from existed StreamOperator.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.