public interface WorkerBroadcastUsage
Modifier and Type | Method and Description |
---|---|
<B extends org.apache.hadoop.io.Writable> |
getBroadcast(String name)
Get value broadcasted from master
|
<B extends org.apache.hadoop.io.Writable> B getBroadcast(String name)
B
- Broadcast value typename
- Name of the broadcasted valueCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.