Creates a new broadcast variable.
Creates a new broadcast variable.
whether we are in local mode (single JVM process)
unique id representing this broadcast variable
Remove all persisted state associated with the torrent broadcast with the given ID.
Remove all persisted state associated with the torrent broadcast with the given ID.
Whether to remove state from the driver.
Whether to block until unbroadcasted
A org.apache.spark.broadcast.Broadcast implementation that uses a BitTorrent-like protocol to do a distributed transfer of the broadcasted data to the executors. Refer to org.apache.spark.broadcast.TorrentBroadcast for more details.