| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.broadcast | |
| org.apache.flink.runtime.operators.util |
| 限定符和类型 | 方法和说明 |
|---|---|
<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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DistributedRuntimeUDFContext.setBroadcastVariable(String name,
BroadcastVariableMaterialization<?,?> value) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.