| Package | Description |
|---|---|
| org.apache.flink.api.common.functions | |
| org.apache.flink.api.common.functions.util |
| Modifier and Type | Method and Description |
|---|---|
<T,C> C |
RuntimeContext.getBroadcastVariableWithInitializer(String name,
BroadcastVariableInitializer<T,C> initializer)
Returns the result bound to the broadcast variable identified by the
given
name. |
| Modifier and Type | Method and Description |
|---|---|
<T,C> C |
RuntimeUDFContext.getBroadcastVariableWithInitializer(String name,
BroadcastVariableInitializer<T,C> initializer) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.