Uses of Class
edu.caltech.nanodb.server.properties.PropertyRegistry
-
Packages that use PropertyRegistry Package Description edu.caltech.nanodb.server 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 PropertyRegistry in edu.caltech.nanodb.server
Fields in edu.caltech.nanodb.server declared as PropertyRegistry Modifier and Type Field Description private PropertyRegistry
NanoDBServer. propertyRegistry
The property registry for this database server.Methods in edu.caltech.nanodb.server that return PropertyRegistry Modifier and Type Method Description PropertyRegistry
NanoDBServer. getPropertyRegistry()
Returns the property registry for this database server. -
Uses of PropertyRegistry in edu.caltech.nanodb.storage
Constructors in edu.caltech.nanodb.storage with parameters of type PropertyRegistry Constructor Description BufferManager(FileManager fileManager, PropertyRegistry propertyRegistry)
-