org.apache.spark

broadcast

package broadcast

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. broadcast
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Broadcast[T] extends Serializable with Logging

    A broadcast variable.

  2. trait BroadcastFactory extends AnyRef

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

  3. class HttpBroadcastFactory extends BroadcastFactory

    A org.apache.spark.broadcast.BroadcastFactory implementation that uses a HTTP server as the broadcast mechanism.

  4. class TorrentBroadcastFactory extends BroadcastFactory

    A org.apache.spark.broadcast.Broadcast implementation that uses a BitTorrent-like protocol to do a distributed transfer of the broadcasted data to the executors.

Inherited from AnyRef

Inherited from Any

Ungrouped