class StorageLevel extends Externalizable
Ordering
- Alphabetic
- By Inheritance
Inherited
- StorageLevel
- Externalizable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StorageLevel()
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): StorageLevel
- def description: String
- def deserialized: Boolean
- final def eq(arg0: AnyRef): Boolean
- def equals(other: Any): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isValid: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def readExternal(in: ObjectInput): Unit
- def replication: Int
- final def synchronized[T0](arg0: => T0): T0
- def toInt: Int
- def toString(): String
- def useDisk: Boolean
- def useMemory: Boolean
- def useOffHeap: Boolean
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def writeExternal(out: ObjectOutput): Unit
Deprecated Value Members
- def finalize(): Unit