| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.transformations | |
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| 构造器和说明 |
|---|
DataStreamSource(StreamExecutionEnvironment environment,
org.apache.flink.api.common.typeinfo.TypeInformation<T> outTypeInfo,
StreamSource<T,?> operator,
boolean isParallel,
String sourceName) |
| 构造器和说明 |
|---|
SimpleInputFormatOperatorFactory(StreamSource<OUT,InputFormatSourceFunction<OUT>> operator) |
| 限定符和类型 | 方法和说明 |
|---|---|
StreamSource<T,?> |
SourceTransformation.getOperator() |
| 构造器和说明 |
|---|
SourceTransformation(String name,
StreamSource<T,?> operator,
org.apache.flink.api.common.typeinfo.TypeInformation<T> outputType,
int parallelism)
Creates a new
SourceTransformation from the given operator. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SourceStreamTask<OUT,SRC extends SourceFunction<OUT>,OP extends StreamSource<OUT,SRC>>
StreamTask for executing a StreamSource. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.