Uses of Class
com.mckoi.store.LoggingBufferManager
-
Packages that use LoggingBufferManager Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.store -
-
Uses of LoggingBufferManager in com.mckoi.database
Methods in com.mckoi.database that return LoggingBufferManager Modifier and Type Method Description LoggingBufferManager
TransactionSystem. getBufferManager()
Returns the LoggingBufferManager object enabling us to create no file stores in the file system. -
Uses of LoggingBufferManager in com.mckoi.store
Constructors in com.mckoi.store with parameters of type LoggingBufferManager Constructor Description JournalledFileStore(java.lang.String resource_name, LoggingBufferManager buffer_manager, boolean read_only)
Constructs the ScatteringFileStore.
-