org.apache.spark

storage

package storage

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BlockObjectWriter extends AnyRef

    An interface for writing JVM objects to some underlying storage.

  2. class DiskBlockObjectWriter extends BlockObjectWriter with Logging

    BlockObjectWriter which writes directly to a file on disk.

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

  4. class StorageLevel extends Externalizable

    Flags for controlling the storage of an RDD.

Value Members

  1. object StorageLevel extends Serializable

  2. object StoragePerfTester extends AnyRef

    Utility for micro-benchmarking shuffle write performance.