@Internal public class BroadcastStateTransformation<IN1,IN2,OUT> extends AbstractBroadcastStateTransformation<IN1,IN2,OUT>
AbstractBroadcastStateTransformation
.bufferTimeout, description, id, name, outputType, typeUsed, UPPER_BOUND_MAX_PARALLELISM
Constructor and Description |
---|
BroadcastStateTransformation(String name,
Transformation<IN1> inputStream,
Transformation<IN2> broadcastStream,
BroadcastProcessFunction<IN1,IN2,OUT> userFunction,
List<MapStateDescriptor<?,?>> broadcastStateDescriptors,
TypeInformation<OUT> outTypeInfo,
int parallelism,
boolean parallelismConfigured) |
Modifier and Type | Method and Description |
---|---|
BroadcastProcessFunction<IN1,IN2,OUT> |
getUserFunction() |
getBroadcastInput, getBroadcastStateDescriptors, getChainingStrategy, getInputs, getRegularInput, getTransitivePredecessors, setChainingStrategy
isSupportsConcurrentExecutionAttempts, setSupportsConcurrentExecutionAttempts
declareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, equals, getBufferTimeout, getCoLocationGroupKey, getDescription, getId, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getUid, getUserProvidedNodeHash, hashCode, isParallelismConfigured, setBufferTimeout, setCoLocationGroupKey, setDescription, setMaxParallelism, setName, setOutputType, setParallelism, setParallelism, setResources, setSlotSharingGroup, setSlotSharingGroup, setUid, setUidHash, toString, updateManagedMemoryStateBackendUseCase
public BroadcastStateTransformation(String name, Transformation<IN1> inputStream, Transformation<IN2> broadcastStream, BroadcastProcessFunction<IN1,IN2,OUT> userFunction, List<MapStateDescriptor<?,?>> broadcastStateDescriptors, TypeInformation<OUT> outTypeInfo, int parallelism, boolean parallelismConfigured)
public BroadcastProcessFunction<IN1,IN2,OUT> getUserFunction()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.