Package org.apache.spark.broadcast

Spark's broadcast variables, used to broadcast immutable datasets to all nodes.

See:
          Description

Interface Summary
BroadcastFactory :: DeveloperApi :: An interface for all the broadcast implementations in Spark (to allow multiple broadcast implementations).
 

Class Summary
Broadcast<T> A broadcast variable.
HttpBroadcastFactory A BroadcastFactory implementation that uses a HTTP server as the broadcast mechanism.
TorrentBroadcastFactory A Broadcast implementation that uses a BitTorrent-like protocol to do a distributed transfer of the broadcasted data to the executors.
 

Package org.apache.spark.broadcast Description

Spark's broadcast variables, used to broadcast immutable datasets to all nodes.