Class BroadcastManagerWorker
- java.lang.Object
-
- org.apache.nemo.runtime.executor.data.BroadcastManagerWorker
-
@ThreadSafe public final class BroadcastManagerWorker extends java.lang.Object
Used by tasks to get/fetch (probably remote) broadcast variables.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
get(java.io.Serializable id)
Get the variable with the id.static BroadcastManagerWorker
getStaticReference()
-
-
-
Method Detail
-
get
public java.lang.Object get(java.io.Serializable id)
Get the variable with the id.- Parameters:
id
- of the variable.- Returns:
- the variable.
-
getStaticReference
public static BroadcastManagerWorker getStaticReference()
- Returns:
- the static reference for those that do not use TANG and cannot access the singleton object.
-
-