spark

storage

package storage

Visibility
  1. Public
  2. All

Type Members

  1. class BlockManagerSlaveActor extends Actor

    An actor to take commands from the master to execute options.

  2. case class RDDInfo(id: Int, name: String, storageLevel: StorageLevel, numCachedPartitions: Int, numPartitions: Int, memSize: Long, diskSize: Long) extends Product with Serializable

  3. class StorageLevel extends Externalizable

    Flags for controlling the storage of an RDD.

Value Members

  1. object StorageLevel extends Serializable

  2. package html