Package | Description |
---|---|
org.apache.flink.streaming.api.graph | |
org.apache.flink.streaming.api.transformations |
Modifier and Type | Method and Description |
---|---|
<IN,OUT> void |
StreamGraph.addSource(Integer vertexID,
String slotSharingGroup,
String coLocationGroup,
SourceOperatorFactory<OUT> operatorFactory,
TypeInformation<IN> inTypeInfo,
TypeInformation<OUT> outTypeInfo,
String operatorName) |
Modifier and Type | Method and Description |
---|---|
SourceOperatorFactory<OUT> |
SourceTransformation.getOperatorFactory()
Returns the
StreamOperatorFactory of this LegacySourceTransformation . |
Constructor and Description |
---|
SourceTransformation(String name,
SourceOperatorFactory<OUT> sourceFactory,
TypeInformation<OUT> outputType,
int parallelism)
Creates a new
Transformation with the given name, output type and parallelism. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.