Spark 4.1.1 ScalaDoc - org.apache.spark.storage.StorageLevel

class StorageLevel extends Externalizable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. StorageLevel
  2. Externalizable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new StorageLevel()

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): StorageLevel
  6. def description: String
  7. def deserialized: Boolean
  8. final def eq(arg0: AnyRef): Boolean
  9. def equals(other: Any): Boolean
  10. final def getClass(): Class[_ <: AnyRef]
  11. def hashCode(): Int
  12. final def isInstanceOf[T0]: Boolean
  13. def isValid: Boolean
  14. final def ne(arg0: AnyRef): Boolean
  15. final def notify(): Unit
  16. final def notifyAll(): Unit
  17. def readExternal(in: ObjectInput): Unit
  18. def replication: Int
  19. final def synchronized[T0](arg0: => T0): T0
  20. def toInt: Int
  21. def toString(): String
  22. def useDisk: Boolean
  23. def useMemory: Boolean
  24. def useOffHeap: Boolean
  25. final def wait(arg0: Long, arg1: Int): Unit
  26. final def wait(arg0: Long): Unit
  27. final def wait(): Unit
  28. def writeExternal(out: ObjectOutput): Unit

Deprecated Value Members

  1. def finalize(): Unit

Ungrouped