org.apache.spark

storage

package storage

Visibility
  1. Public
  2. All

Type Members

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

  2. class StorageLevel extends Externalizable

    Flags for controlling the storage of an RDD.

Value Members

  1. object StorageLevel extends Serializable

    Various org.apache.spark.storage.StorageLevel defined and utility functions for creating new storage levels.

  2. object StoragePerfTester

    Utility for micro-benchmarking shuffle write performance.

Ungrouped