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 Details

  • Method Details

    • createCache

      org.forstdb.Cache createCache(long cacheCapacity, double highPriorityPoolRatio)
    • createWriteBufferManager

      org.forstdb.WriteBufferManager createWriteBufferManager(long writeBufferManagerCapacity, org.forstdb.Cache cache)