Package org.apache.flink.state.forst
Interface ForStMemoryControllerUtils.ForStMemoryFactory
-
- All Superinterfaces:
Serializable
- Enclosing class:
- ForStMemoryControllerUtils
public static interface ForStMemoryControllerUtils.ForStMemoryFactory extends Serializable
Factory for Write Buffer Manager and Bock Cache.
-
-
Field Summary
Fields Modifier and Type Field Description static ForStMemoryControllerUtils.ForStMemoryFactoryDEFAULT
-
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 ForStMemoryControllerUtils.ForStMemoryFactory DEFAULT
-
-