spark

storage

package storage

Visibility
  1. Public
  2. All

Type Members

  1. class BlockFetcherIterator extends Iterator[(String, Option[Iterator[Any]])] with Logging with BlockFetchTracker

  2. class BlockManagerSlaveActor extends Actor

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

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

  4. class StorageLevel extends Externalizable

    Flags for controlling the storage of an RDD.

Value Members

  1. object StorageLevel extends Serializable

  2. package html