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 HTTP broadcast with the given ID.
Remove all persisted state associated with the HTTP broadcast with the given ID.
Whether to remove state from the driver
Whether to block until unbroadcasted
A org.apache.spark.broadcast.BroadcastFactory implementation that uses a HTTP server as the broadcast mechanism. Refer to org.apache.spark.broadcast.HttpBroadcast for more details about this mechanism.