Package | Description |
---|---|
org.apache.flink.streaming.api.operators | |
org.apache.flink.streaming.api.operators.collect |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
static <OUT> SimpleOperatorFactory<OUT> |
SimpleOperatorFactory.of(StreamOperator<OUT> operator)
Create a SimpleOperatorFactory from existed StreamOperator.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectSinkOperatorFactory<IN>
The Factory class for
CollectSinkOperator . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.