See: Description
Interface | Description |
---|---|
BroadcastFactory |
:: DeveloperApi ::
An interface for all the broadcast implementations in Spark (to allow
multiple broadcast implementations).
|
Class | Description |
---|---|
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. |