All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavesplatform.settings.RocksDBSettings.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.settings

case class RocksDBSettings(
    mainCacheSize: SizeInBytes,
    txCacheSize: SizeInBytes,
    txMetaCacheSize: SizeInBytes,
    txSnapshotCacheSize: SizeInBytes,
    apiCacheSize: SizeInBytes,
    writeBufferSize: SizeInBytes,
    enableStatistics: Boolean,
    allowMmapReads: Boolean,
    parallelism: Int,
    maxOpenFiles: Int
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy