Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 941 Bytes

spark-TorrentBroadcastFactory.adoc

File metadata and controls

14 lines (8 loc) · 941 Bytes

TorrentBroadcastFactory

TorrentBroadcastFactory is a BroadcastFactory of TorrentBroadcasts, i.e. BitTorrent-like broadcast variables.

Note
As of Spark 2.0 TorrentBroadcastFactory is the only implementation of BroadcastFactory.

newBroadcast method creates a TorrentBroadcast (passing in the input value_ and id and ignoring the isLocal parameter).

initialize and stop do nothing.