Uses of Interface
edu.caltech.nanodb.storage.FileManager
-
Packages that use FileManager Package Description edu.caltech.nanodb.storage This package contains the classes for the Storage Manager, which is responsible for how data is stored in and retrieved from database files. -
-
Uses of FileManager in edu.caltech.nanodb.storage
Classes in edu.caltech.nanodb.storage that implement FileManager Modifier and Type Class Description class
FileManagerImpl
The File Manager provides unbuffered, low-level operations for working with paged data files.Fields in edu.caltech.nanodb.storage declared as FileManager Modifier and Type Field Description private FileManager
BufferManager. fileManager
private FileManager
StorageManager. fileManager
The file manager performs basic operations against the filesystem, without performing any buffering whatsoever.Methods in edu.caltech.nanodb.storage that return FileManager Modifier and Type Method Description FileManager
StorageManager. getFileManager()
Constructors in edu.caltech.nanodb.storage with parameters of type FileManager Constructor Description BufferManager(FileManager fileManager, PropertyRegistry propertyRegistry)
-