case class SparkStorageLevelsConfig(default: StorageLevel, catalogQueries: StorageLevel, publishedPayloads: StorageLevel, persistedState: StorageLevel) extends Product with Serializable
The configuration for Spark storage levels, used by the processing library when persisting important RDDs.
- default
The default storage level used for all the RDDs unless otherwise mentioned.
- catalogQueries
The storage level used for metadata queried from the Data API.
- publishedPayloads
The storage level used for metadata of payloads published to the Blob API and not yet committed.
- persistedState
The storage level used for the state when saved to or loaded back from the Blob API.
- Alphabetic
- By Inheritance
- SparkStorageLevelsConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SparkStorageLevelsConfig(default: StorageLevel, catalogQueries: StorageLevel, publishedPayloads: StorageLevel, persistedState: StorageLevel)
- default
The default storage level used for all the RDDs unless otherwise mentioned.
- catalogQueries
The storage level used for metadata queried from the Data API.
- publishedPayloads
The storage level used for metadata of payloads published to the Blob API and not yet committed.
- persistedState
The storage level used for the state when saved to or loaded back from the Blob API.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val catalogQueries: StorageLevel
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val default: StorageLevel
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val persistedState: StorageLevel
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val publishedPayloads: StorageLevel
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)