Uses of Class
com.mckoi.store.LoggingBufferManager
Packages that use LoggingBufferManager
-
Uses of LoggingBufferManager in com.mckoi.database
Methods in com.mckoi.database that return LoggingBufferManagerModifier and TypeMethodDescriptionTransactionSystem.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 LoggingBufferManagerModifierConstructorDescriptionJournalledFileStore
(String resource_name, LoggingBufferManager buffer_manager, boolean read_only) Constructs the ScatteringFileStore.