| Package | Description |
|---|---|
| org.apache.flink.runtime.broadcast | |
| org.apache.flink.runtime.operators.util |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistributedRuntimeUDFContext.setBroadcastVariable(String name,
BroadcastVariableMaterialization<?,?> value) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.