Uses of Interface
edu.caltech.nanodb.server.properties.ServerProperties
-
Packages that use ServerProperties Package Description edu.caltech.nanodb.server edu.caltech.nanodb.server.properties 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 ServerProperties in edu.caltech.nanodb.server
Classes in edu.caltech.nanodb.server that implement ServerProperties Modifier and Type Class Description class
NanoDBServer
This class provides the entry-point operations for managing the database server, and executing commands against it. -
Uses of ServerProperties in edu.caltech.nanodb.server.properties
Classes in edu.caltech.nanodb.server.properties that implement ServerProperties Modifier and Type Class Description class
PropertyRegistry
This is the central location where all properties exposed by the database can be registered and accessed. -
Uses of ServerProperties in edu.caltech.nanodb.storage
Classes in edu.caltech.nanodb.storage that implement ServerProperties Modifier and Type Class Description private class
BufferManager.BufferPropertyObserver
-