IN - The input and output type of the transformation.@Internal public class TimestampsAndWatermarksTransformation<IN> extends PhysicalTransformation<IN>
| 构造器和说明 |
|---|
TimestampsAndWatermarksTransformation(String name,
int parallelism,
org.apache.flink.api.dag.Transformation<IN> input,
org.apache.flink.api.common.eventtime.WatermarkStrategy<IN> watermarkStrategy)
Creates a new
Transformation with the given name, output type and parallelism. |
| 限定符和类型 | 方法和说明 |
|---|---|
ChainingStrategy |
getChainingStrategy() |
List<org.apache.flink.api.dag.Transformation<?>> |
getInputs() |
org.apache.flink.api.common.typeinfo.TypeInformation<IN> |
getInputType()
Returns the
TypeInformation for the elements of the input. |
List<org.apache.flink.api.dag.Transformation<?>> |
getTransitivePredecessors() |
org.apache.flink.api.common.eventtime.WatermarkStrategy<IN> |
getWatermarkStrategy()
Returns the
WatermarkStrategy to use. |
void |
setChainingStrategy(ChainingStrategy chainingStrategy)
Sets the chaining strategy of this
Transformation. |
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 TimestampsAndWatermarksTransformation(String name, int parallelism, org.apache.flink.api.dag.Transformation<IN> input, org.apache.flink.api.common.eventtime.WatermarkStrategy<IN> watermarkStrategy)
Transformation with the given name, output type and parallelism.name - The name of the Transformation, this will be shown in Visualizations and
the Logparallelism - The parallelism of this Transformationinput - The input transformation of this TransformationwatermarkStrategy - The WatermarkStrategy to usepublic org.apache.flink.api.common.typeinfo.TypeInformation<IN> getInputType()
TypeInformation for the elements of the input.public org.apache.flink.api.common.eventtime.WatermarkStrategy<IN> getWatermarkStrategy()
WatermarkStrategy to use.public List<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessors()
getTransitivePredecessors 在类中 org.apache.flink.api.dag.Transformation<IN>public List<org.apache.flink.api.dag.Transformation<?>> getInputs()
getInputs 在类中 org.apache.flink.api.dag.Transformation<IN>public ChainingStrategy getChainingStrategy()
public void setChainingStrategy(ChainingStrategy chainingStrategy)
PhysicalTransformationTransformation.setChainingStrategy 在类中 PhysicalTransformation<IN>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.