@Internal public class SourceTransformation<OUT,SplitT extends org.apache.flink.api.connector.source.SourceSplit,EnumChkT> extends PhysicalTransformation<OUT> implements WithBoundedness
PhysicalTransformation for Source.| 构造器和说明 |
|---|
SourceTransformation(String name,
org.apache.flink.api.connector.source.Source<OUT,SplitT,EnumChkT> source,
org.apache.flink.api.common.eventtime.WatermarkStrategy<OUT> watermarkStrategy,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType,
int parallelism)
Creates a new
Transformation with the given name, output type and parallelism. |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.connector.source.Boundedness |
getBoundedness()
Returns the
Boundedness of this Transformation. |
ChainingStrategy |
getChainingStrategy() |
String |
getCoordinatorListeningID() |
List<org.apache.flink.api.dag.Transformation<?>> |
getInputs() |
org.apache.flink.api.connector.source.Source<OUT,SplitT,EnumChkT> |
getSource() |
List<org.apache.flink.api.dag.Transformation<?>> |
getTransitivePredecessors() |
org.apache.flink.api.common.eventtime.WatermarkStrategy<OUT> |
getWatermarkStrategy() |
void |
setChainingStrategy(ChainingStrategy chainingStrategy)
Sets the chaining strategy of this
Transformation. |
void |
setCoordinatorListeningID(String coordinatorListeningID) |
declareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, equals, getBufferTimeout, getCoLocationGroupKey, getDescription, getId, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getUid, getUserProvidedNodeHash, hashCode, setBufferTimeout, setCoLocationGroupKey, setDescription, setMaxParallelism, setName, setOutputType, setParallelism, setResources, setSlotSharingGroup, setSlotSharingGroup, setUid, setUidHash, toString, updateManagedMemoryStateBackendUseCasepublic SourceTransformation(String name, org.apache.flink.api.connector.source.Source<OUT,SplitT,EnumChkT> source, org.apache.flink.api.common.eventtime.WatermarkStrategy<OUT> watermarkStrategy, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType, int parallelism)
Transformation with the given name, output type and parallelism.name - The name of the Transformation, this will be shown in Visualizations and
the Logsource - The Source itselfwatermarkStrategy - The WatermarkStrategy to useoutputType - The output type of this Transformationparallelism - The parallelism of this Transformationpublic org.apache.flink.api.common.eventtime.WatermarkStrategy<OUT> getWatermarkStrategy()
public org.apache.flink.api.connector.source.Boundedness getBoundedness()
WithBoundednessBoundedness of this Transformation.getBoundedness 在接口中 WithBoundednesspublic List<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessors()
getTransitivePredecessors 在类中 org.apache.flink.api.dag.Transformation<OUT>public List<org.apache.flink.api.dag.Transformation<?>> getInputs()
getInputs 在类中 org.apache.flink.api.dag.Transformation<OUT>public void setChainingStrategy(ChainingStrategy chainingStrategy)
PhysicalTransformationTransformation.setChainingStrategy 在类中 PhysicalTransformation<OUT>public ChainingStrategy getChainingStrategy()
public void setCoordinatorListeningID(@Nullable String coordinatorListeningID)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.