Packages

case class RocksDBConf(minVersionsToRetain: Int, minVersionsToDelete: Long, minDeltasForSnapshot: Int, compactOnCommit: Boolean, enableChangelogCheckpointing: Boolean, blockSizeKB: Long, blockCacheSizeMB: Long, lockAcquireTimeoutMs: Long, resetStatsOnLoad: Boolean, formatVersion: Int, trackTotalNumberOfRows: Boolean, maxOpenFiles: Int, writeBufferSizeMB: Long, maxWriteBufferNumber: Int, boundedMemoryUsage: Boolean, totalMemoryUsageMB: Long, writeBufferCacheRatio: Double, highPriorityPoolRatio: Double, memoryUpdateIntervalMs: Long, compressionCodec: String, verifyNonEmptyFilesInZip: Boolean, allowFAllocate: Boolean, compression: String, reportSnapshotUploadLag: Boolean, fileChecksumEnabled: Boolean, maxVersionsToDeletePerMaintenance: Int, stateStoreConf: StateStoreConf) extends Product with Serializable

Configurations for optimizing RocksDB

compactOnCommit

Whether to compact RocksDB data before commit / checkpointing

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RocksDBConf
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RocksDBConf(minVersionsToRetain: Int, minVersionsToDelete: Long, minDeltasForSnapshot: Int, compactOnCommit: Boolean, enableChangelogCheckpointing: Boolean, blockSizeKB: Long, blockCacheSizeMB: Long, lockAcquireTimeoutMs: Long, resetStatsOnLoad: Boolean, formatVersion: Int, trackTotalNumberOfRows: Boolean, maxOpenFiles: Int, writeBufferSizeMB: Long, maxWriteBufferNumber: Int, boundedMemoryUsage: Boolean, totalMemoryUsageMB: Long, writeBufferCacheRatio: Double, highPriorityPoolRatio: Double, memoryUpdateIntervalMs: Long, compressionCodec: String, verifyNonEmptyFilesInZip: Boolean, allowFAllocate: Boolean, compression: String, reportSnapshotUploadLag: Boolean, fileChecksumEnabled: Boolean, maxVersionsToDeletePerMaintenance: Int, stateStoreConf: StateStoreConf)

    compactOnCommit

    Whether to compact RocksDB data before commit / checkpointing

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 allowFAllocate: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val blockCacheSizeMB: Long
  7. val blockSizeKB: Long
  8. val boundedMemoryUsage: Boolean
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. val compactOnCommit: Boolean
  11. val compression: String
  12. val compressionCodec: String
  13. val enableChangelogCheckpointing: Boolean
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val fileChecksumEnabled: Boolean
  16. val formatVersion: Int
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. val highPriorityPoolRatio: Double
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val lockAcquireTimeoutMs: Long
  21. val maxOpenFiles: Int
  22. val maxVersionsToDeletePerMaintenance: Int
  23. val maxWriteBufferNumber: Int
  24. val memoryUpdateIntervalMs: Long
  25. val minDeltasForSnapshot: Int
  26. val minVersionsToDelete: Long
  27. val minVersionsToRetain: Int
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. val reportSnapshotUploadLag: Boolean
  33. val resetStatsOnLoad: Boolean
  34. val stateStoreConf: StateStoreConf
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val totalMemoryUsageMB: Long
  37. val trackTotalNumberOfRows: Boolean
  38. val verifyNonEmptyFilesInZip: Boolean
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. val writeBufferCacheRatio: Double
  43. val writeBufferSizeMB: Long

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped