org.apache.spark.broadcast
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.
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.