org.apache.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. abstract class BlockObjectWriter extends AnyRef

    An interface for writing JVM objects to some underlying storage.

  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