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
Fields in com.mckoi.database declared as LoggingBufferManager Modifier and Type Field Description private LoggingBufferManagerTransactionSystem. buffer_managerA LoggingBufferManager object used to manage pages of ScatteringFileStore objects in the file system.Methods in com.mckoi.database that return LoggingBufferManager Modifier and Type Method Description LoggingBufferManagerTransactionSystem. getBufferManager()Returns the LoggingBufferManager object enabling us to create no file stores in the file system. -
Uses of LoggingBufferManager in com.mckoi.store
Fields in com.mckoi.store declared as LoggingBufferManager Modifier and Type Field Description private LoggingBufferManagerJournalledFileStore. buffer_managerThe buffering strategy for accessing the data in an underlying file.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.
-