IN1 - The type of the elements in the non-broadcasted input.IN2 - The type of the elements in the broadcasted input.OUT - The type of the elements that result from this transformation.@Internal public class AbstractBroadcastStateTransformation<IN1,IN2,OUT> extends PhysicalTransformation<OUT>
For more information see the Broadcast State Pattern documentation page.
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBroadcastStateTransformation(String name,
org.apache.flink.api.dag.Transformation<IN1> regularInput,
org.apache.flink.api.dag.Transformation<IN2> broadcastInput,
List<org.apache.flink.api.common.state.MapStateDescriptor<?,?>> broadcastStateDescriptors,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInfo,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.dag.Transformation<IN2> |
getBroadcastInput() |
List<org.apache.flink.api.common.state.MapStateDescriptor<?,?>> |
getBroadcastStateDescriptors() |
ChainingStrategy |
getChainingStrategy() |
List<org.apache.flink.api.dag.Transformation<?>> |
getInputs() |
org.apache.flink.api.dag.Transformation<IN1> |
getRegularInput() |
List<org.apache.flink.api.dag.Transformation<?>> |
getTransitivePredecessors() |
void |
setChainingStrategy(ChainingStrategy chainingStrategy)
Sets the chaining strategy of this
Transformation. |
declareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, equals, getBufferTimeout, getCoLocationGroupKey, getId, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getUid, getUserProvidedNodeHash, hashCode, setBufferTimeout, setCoLocationGroupKey, setMaxParallelism, setName, setOutputType, setParallelism, setResources, setSlotSharingGroup, setUid, setUidHash, toString, updateManagedMemoryStateBackendUseCaseprotected AbstractBroadcastStateTransformation(String name, org.apache.flink.api.dag.Transformation<IN1> regularInput, org.apache.flink.api.dag.Transformation<IN2> broadcastInput, List<org.apache.flink.api.common.state.MapStateDescriptor<?,?>> broadcastStateDescriptors, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInfo, int parallelism)
public org.apache.flink.api.dag.Transformation<IN2> getBroadcastInput()
public org.apache.flink.api.dag.Transformation<IN1> getRegularInput()
public List<org.apache.flink.api.common.state.MapStateDescriptor<?,?>> getBroadcastStateDescriptors()
public ChainingStrategy getChainingStrategy()
public void setChainingStrategy(ChainingStrategy chainingStrategy)
PhysicalTransformationTransformation.setChainingStrategy in class PhysicalTransformation<OUT>public List<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessors()
getTransitivePredecessors in class org.apache.flink.api.dag.Transformation<OUT>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.