object RocksDBStateStoreProvider
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RocksDBStateStoreProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val ALL_CUSTOM_METRICS: Seq[Product with StateStoreCustomMetric with Serializable { def withNewDesc(newDesc: String): Product with org.apache.spark.sql.execution.streaming.state.StateStoreCustomMetric with java.io.Serializable }]
- val CUSTOM_METRIC_BLOCK_CACHE_HITS: StateStoreCustomSumMetric
- val CUSTOM_METRIC_BLOCK_CACHE_MISS: StateStoreCustomSumMetric
- val CUSTOM_METRIC_BYTES_COPIED: StateStoreCustomSizeMetric
- val CUSTOM_METRIC_BYTES_READ: StateStoreCustomSizeMetric
- val CUSTOM_METRIC_BYTES_WRITTEN: StateStoreCustomSizeMetric
- val CUSTOM_METRIC_CHECKPOINT_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_COMMIT_COMPACT_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_COMPACT_READ_BYTES: StateStoreCustomSizeMetric
- val CUSTOM_METRIC_COMPACT_WRITTEN_BYTES: StateStoreCustomSizeMetric
- val CUSTOM_METRIC_FILESYNC_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_FILES_COPIED: StateStoreCustomSumMetric
- val CUSTOM_METRIC_FILES_REUSED: StateStoreCustomSumMetric
- val CUSTOM_METRIC_FLUSH_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_GET_COUNT: StateStoreCustomSumMetric
- val CUSTOM_METRIC_GET_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_ITERATOR_BYTES_READ: StateStoreCustomSizeMetric
- val CUSTOM_METRIC_PAUSE_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_PUT_COUNT: StateStoreCustomSumMetric
- val CUSTOM_METRIC_PUT_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_SST_FILE_SIZE: StateStoreCustomSizeMetric
- val CUSTOM_METRIC_STALL_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_TOTAL_COMPACT_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_WRITEBATCH_TIME: StateStoreCustomTimingMetric
- val CUSTOM_METRIC_ZIP_FILE_BYTES_UNCOMPRESSED: StateStoreCustomSizeMetric
- val STATE_ENCODING_NUM_VERSION_BYTES: Int
- val STATE_ENCODING_VERSION: Byte
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()