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 Serializable
class Object
trait Matchable
class Any
object StorageLevel

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type