T
- The type of the elements that result from this Transformation
@Internal public abstract class PhysicalTransformation<T> extends Transformation<T>
Transformation
that creates a physical operation. It enables setting ChainingStrategy
.Transformation
bufferTimeout, description, id, name, outputType, typeUsed, UPPER_BOUND_MAX_PARALLELISM
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, updateManagedMemoryStateBackendUseCase
public abstract void setChainingStrategy(ChainingStrategy strategy)
Transformation
.public boolean isSupportsConcurrentExecutionAttempts()
public void setSupportsConcurrentExecutionAttempts(boolean supportsConcurrentExecutionAttempts)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.