Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 799 Bytes

spark-BroadcastFactory.adoc

File metadata and controls

18 lines (14 loc) · 799 Bytes

BroadcastFactory — Pluggable Broadcast Variable Factories

BroadcastFactory is the interface for factories of broadcast variables in Spark.

Note
As of Spark 2.0, it is no longer possible to plug a custom BroadcastFactory in, and TorrentBroadcastFactory is the only implementation.

BroadcastFactory is exclusively used and instantiated inside of BroadcastManager.

Table 1. BroadcastFactory Contract
Method Description

initialize

newBroadcast

unbroadcast

stop