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. All

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 Serializable with StateStoreCustomMetric { def withNewDesc(newDesc: String): Product with Serializable with org.apache.spark.sql.execution.streaming.state.StateStoreCustomMetric }]
  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_FLUSH_WRITTEN_BYTES: StateStoreCustomSizeMetric
  19. val CUSTOM_METRIC_GET_COUNT: StateStoreCustomSumMetric
  20. val CUSTOM_METRIC_GET_TIME: StateStoreCustomTimingMetric
  21. val CUSTOM_METRIC_ITERATOR_BYTES_READ: StateStoreCustomSizeMetric
  22. val CUSTOM_METRIC_PAUSE_TIME: StateStoreCustomTimingMetric
  23. val CUSTOM_METRIC_PINNED_BLOCKS_MEM_USAGE: StateStoreCustomSizeMetric
  24. val CUSTOM_METRIC_PUT_COUNT: StateStoreCustomSumMetric
  25. val CUSTOM_METRIC_PUT_TIME: StateStoreCustomTimingMetric
  26. val CUSTOM_METRIC_SST_FILE_SIZE: StateStoreCustomSizeMetric
  27. val CUSTOM_METRIC_STALL_TIME: StateStoreCustomTimingMetric
  28. val CUSTOM_METRIC_TOTAL_COMPACT_TIME: StateStoreCustomTimingMetric
  29. val CUSTOM_METRIC_WRITEBATCH_TIME: StateStoreCustomTimingMetric
  30. val CUSTOM_METRIC_ZIP_FILE_BYTES_UNCOMPRESSED: StateStoreCustomSizeMetric
  31. val STATE_ENCODING_NUM_VERSION_BYTES: Int
  32. val STATE_ENCODING_VERSION: Byte
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped