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