Package org.apache.flink.state.rocksdb
Interface RocksDBMemoryControllerUtils.RocksDBMemoryFactory
-
- All Superinterfaces:
Serializable
- Enclosing class:
- RocksDBMemoryControllerUtils
public static interface RocksDBMemoryControllerUtils.RocksDBMemoryFactory extends Serializable
Factory for Write Buffer Manager and Bock Cache.
-
-
Field Summary
Fields Modifier and Type Field Description static RocksDBMemoryControllerUtils.RocksDBMemoryFactoryDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.rocksdb.CachecreateCache(long cacheCapacity, double highPriorityPoolRatio)org.rocksdb.WriteBufferManagercreateWriteBufferManager(long writeBufferManagerCapacity, org.rocksdb.Cache cache)
-
-
-
Field Detail
-
DEFAULT
static final RocksDBMemoryControllerUtils.RocksDBMemoryFactory DEFAULT
-
-