IN - The input and output type of the transformation.@Internal public class TimestampsAndWatermarksTransformation<IN> extends PhysicalTransformation<IN>
| Constructor and Description |
|---|
TimestampsAndWatermarksTransformation(String name,
int parallelism,
org.apache.flink.api.dag.Transformation<IN> input,
org.apache.flink.api.common.eventtime.WatermarkStrategy<IN> watermarkStrategy,
boolean parallelismConfigured)
Creates a new
Transformation with the given name, output type and parallelism. |
| Modifier and Type | Method and Description |
|---|---|
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. |
protected List<org.apache.flink.api.dag.Transformation<?>> |
getTransitivePredecessorsInternal() |
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. |
isSupportsConcurrentExecutionAttempts, setSupportsConcurrentExecutionAttemptsdeclareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, equals, getBufferTimeout, getCoLocationGroupKey, getDescription, getId, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getTransitivePredecessors, getUid, getUserProvidedNodeHash, hashCode, isParallelismConfigured, setBufferTimeout, setCoLocationGroupKey, setDescription, setMaxParallelism, setName, setOutputType, setParallelism, setParallelism, setResources, setSlotSharingGroup, setSlotSharingGroup, setUid, setUidHash, toString, toStringWithoutId, updateManagedMemoryStateBackendUseCasepublic TimestampsAndWatermarksTransformation(String name, int parallelism, org.apache.flink.api.dag.Transformation<IN> input, org.apache.flink.api.common.eventtime.WatermarkStrategy<IN> watermarkStrategy, boolean parallelismConfigured)
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.protected List<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessorsInternal()
getTransitivePredecessorsInternal in class org.apache.flink.api.dag.Transformation<IN>public List<org.apache.flink.api.dag.Transformation<?>> getInputs()
getInputs in class org.apache.flink.api.dag.Transformation<IN>public ChainingStrategy getChainingStrategy()
public void setChainingStrategy(ChainingStrategy chainingStrategy)
PhysicalTransformationTransformation.setChainingStrategy in class PhysicalTransformation<IN>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.