Uses of Class
org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
-
Packages that use BroadcastVariableMaterialization Package Description org.apache.flink.runtime.broadcast org.apache.flink.runtime.operators.util -
-
Uses of BroadcastVariableMaterialization in org.apache.flink.runtime.broadcast
Methods in org.apache.flink.runtime.broadcast that return BroadcastVariableMaterialization Modifier and Type Method Description <T> BroadcastVariableMaterialization<T,?>
BroadcastVariableManager. materializeBroadcastVariable(String name, int superstep, BatchTask<?,?> holder, MutableReader<?> reader, org.apache.flink.api.common.typeutils.TypeSerializerFactory<T> serializerFactory)
Materializes the broadcast variable for the given name, scoped to the given task and its iteration superstep. -
Uses of BroadcastVariableMaterialization in org.apache.flink.runtime.operators.util
Methods in org.apache.flink.runtime.operators.util with parameters of type BroadcastVariableMaterialization Modifier and Type Method Description void
DistributedRuntimeUDFContext. setBroadcastVariable(String name, BroadcastVariableMaterialization<?,?> value)
-