Packages

o

org.apache.spark.sql.execution.streaming.state

RocksDBStateStoreProvider

object RocksDBStateStoreProvider

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RocksDBStateStoreProvider
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 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 }]
  5. val CUSTOM_METRIC_BLOCK_CACHE_HITS: StateStoreCustomSumMetric
  6. val CUSTOM_METRIC_BLOCK_CACHE_MISS: StateStoreCustomSumMetric
  7. val CUSTOM_METRIC_BYTES_COPIED: StateStoreCustomSizeMetric
  8. val CUSTOM_METRIC_BYTES_READ: StateStoreCustomSizeMetric
  9. val CUSTOM_METRIC_BYTES_WRITTEN: StateStoreCustomSizeMetric
  10. val CUSTOM_METRIC_CHECKPOINT_TIME: StateStoreCustomTimingMetric
  11. val CUSTOM_METRIC_COMMIT_COMPACT_TIME: StateStoreCustomTimingMetric
  12. val CUSTOM_METRIC_COMPACT_READ_BYTES: StateStoreCustomSizeMetric
  13. val CUSTOM_METRIC_COMPACT_WRITTEN_BYTES: StateStoreCustomSizeMetric
  14. val CUSTOM_METRIC_FILESYNC_TIME: StateStoreCustomTimingMetric
  15. val CUSTOM_METRIC_FILES_COPIED: StateStoreCustomSumMetric
  16. val CUSTOM_METRIC_FILES_REUSED: StateStoreCustomSumMetric
  17. val CUSTOM_METRIC_FLUSH_TIME: StateStoreCustomTimingMetric
  18. val CUSTOM_METRIC_GET_COUNT: StateStoreCustomSumMetric
  19. val CUSTOM_METRIC_GET_TIME: StateStoreCustomTimingMetric
  20. val CUSTOM_METRIC_ITERATOR_BYTES_READ: StateStoreCustomSizeMetric
  21. val CUSTOM_METRIC_PAUSE_TIME: StateStoreCustomTimingMetric
  22. val CUSTOM_METRIC_PUT_COUNT: StateStoreCustomSumMetric
  23. val CUSTOM_METRIC_PUT_TIME: StateStoreCustomTimingMetric
  24. val CUSTOM_METRIC_SST_FILE_SIZE: StateStoreCustomSizeMetric
  25. val CUSTOM_METRIC_STALL_TIME: StateStoreCustomTimingMetric
  26. val CUSTOM_METRIC_TOTAL_COMPACT_TIME: StateStoreCustomTimingMetric
  27. val CUSTOM_METRIC_WRITEBATCH_TIME: StateStoreCustomTimingMetric
  28. val CUSTOM_METRIC_ZIP_FILE_BYTES_UNCOMPRESSED: StateStoreCustomSizeMetric
  29. val STATE_ENCODING_NUM_VERSION_BYTES: Int
  30. val STATE_ENCODING_VERSION: Byte
  31. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  32. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  35. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  36. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped