Package org.apache.flink.state.rocksdb
Interface RocksDBMemoryControllerUtils.RocksDBMemoryFactory
- All Superinterfaces:
Serializable
- Enclosing class:
- RocksDBMemoryControllerUtils
Factory for Write Buffer Manager and Bock Cache.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.rocksdb.CachecreateCache(long cacheCapacity, double highPriorityPoolRatio) org.rocksdb.WriteBufferManagercreateWriteBufferManager(long writeBufferManagerCapacity, org.rocksdb.Cache cache)
-
Field Details
-
DEFAULT
-
-
Method Details
-
createCache
org.rocksdb.Cache createCache(long cacheCapacity, double highPriorityPoolRatio) -
createWriteBufferManager
org.rocksdb.WriteBufferManager createWriteBufferManager(long writeBufferManagerCapacity, org.rocksdb.Cache cache)
-