| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.transformations |
| Constructor and Description |
|---|
DataStreamSource(StreamExecutionEnvironment environment,
TypeInformation<T> outTypeInfo,
StreamSource<T> operator,
boolean isParallel,
String sourceName) |
| Modifier and Type | Method and Description |
|---|---|
StreamSource<T> |
SourceTransformation.getOperator()
Returns the
StreamSource, the operator of this SourceTransformation. |
| Constructor and Description |
|---|
SourceTransformation(String name,
StreamSource<T> operator,
TypeInformation<T> outputType,
int parallelism)
Creates a new
SourceTransformation from the given operator. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.