Packages

object StorageLevel extends Serializable

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

Source
StorageLevel.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StorageLevel
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DISK_ONLY: StorageLevel
  5. val DISK_ONLY_2: StorageLevel
  6. val DISK_ONLY_3: StorageLevel
  7. val MEMORY_AND_DISK: StorageLevel
  8. val MEMORY_AND_DISK_2: StorageLevel
  9. val MEMORY_AND_DISK_SER: StorageLevel
  10. val MEMORY_AND_DISK_SER_2: StorageLevel
  11. val MEMORY_ONLY: StorageLevel
  12. val MEMORY_ONLY_2: StorageLevel
  13. val MEMORY_ONLY_SER: StorageLevel
  14. val MEMORY_ONLY_SER_2: StorageLevel
  15. val NONE: StorageLevel
  16. val OFF_HEAP: StorageLevel
  17. def apply(in: ObjectInput): StorageLevel

    :: DeveloperApi :: Read StorageLevel object from ObjectInput stream.

    :: DeveloperApi :: Read StorageLevel object from ObjectInput stream.

    Annotations
    @DeveloperApi()
  18. def apply(flags: Int, replication: Int): StorageLevel

    :: DeveloperApi :: Create a new StorageLevel object from its integer representation.

    :: DeveloperApi :: Create a new StorageLevel object from its integer representation.

    Annotations
    @DeveloperApi()
  19. def apply(useDisk: Boolean, useMemory: Boolean, deserialized: Boolean, replication: Int = 1): StorageLevel

    :: DeveloperApi :: Create a new StorageLevel object without setting useOffHeap.

    :: DeveloperApi :: Create a new StorageLevel object without setting useOffHeap.

    Annotations
    @DeveloperApi()
  20. def apply(useDisk: Boolean, useMemory: Boolean, useOffHeap: Boolean, deserialized: Boolean, replication: Int): StorageLevel

    :: DeveloperApi :: Create a new StorageLevel object.

    :: DeveloperApi :: Create a new StorageLevel object.

    Annotations
    @DeveloperApi()
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def fromString(s: String): StorageLevel

    :: DeveloperApi :: Return the StorageLevel object with the specified name.

    :: DeveloperApi :: Return the StorageLevel object with the specified name.

    Annotations
    @DeveloperApi()
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped