org.apache.spark.storage
package org.apache.spark.storage
Members list
Type members
Classlikes
class StorageLevel extends Serializable
Flags controlling how a Dataset is stored when cached/persisted, mirroring org.apache.spark.storage.StorageLevel. Use the named levels in the companion object (for example StorageLevel.MEMORY_AND_DISK) with Dataset.persist.
Flags controlling how a Dataset is stored when cached/persisted, mirroring org.apache.spark.storage.StorageLevel. Use the named levels in the companion object (for example StorageLevel.MEMORY_AND_DISK) with Dataset.persist.
Attributes
- Companion
- object
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
object StorageLevel
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StorageLevel.type
In this article