T - The type of the elements that result from this Transformation@Internal
public abstract class PhysicalTransformation<T>
extends org.apache.flink.api.dag.Transformation<T>
Transformation that creates a physical operation. It enables setting ChainingStrategy.Transformation| Modifier and Type | Method and Description |
|---|---|
boolean |
isSupportsConcurrentExecutionAttempts() |
abstract void |
setChainingStrategy(ChainingStrategy strategy)
Sets the chaining strategy of this
Transformation. |
void |
setSupportsConcurrentExecutionAttempts(boolean supportsConcurrentExecutionAttempts) |
declareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, equals, getBufferTimeout, getCoLocationGroupKey, getDescription, getId, getInputs, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getTransitivePredecessors, getTransitivePredecessorsInternal, getUid, getUserProvidedNodeHash, hashCode, isParallelismConfigured, setBufferTimeout, setCoLocationGroupKey, setDescription, setMaxParallelism, setName, setOutputType, setParallelism, setParallelism, setResources, setSlotSharingGroup, setSlotSharingGroup, setUid, setUidHash, toString, updateManagedMemoryStateBackendUseCasepublic abstract void setChainingStrategy(ChainingStrategy strategy)
Transformation.public boolean isSupportsConcurrentExecutionAttempts()
public void setSupportsConcurrentExecutionAttempts(boolean supportsConcurrentExecutionAttempts)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.