Uses of Interface
edu.caltech.nanodb.server.properties.PropertyObserver
-
Packages that use PropertyObserver Package Description 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 PropertyObserver in edu.caltech.nanodb.server.properties
Fields in edu.caltech.nanodb.server.properties with type parameters of type PropertyObserver Modifier and Type Field Description private java.util.ArrayList<PropertyObserver>
PropertyRegistry. observers
A collection of property observers to be informed when property values change.Methods in edu.caltech.nanodb.server.properties with parameters of type PropertyObserver Modifier and Type Method Description void
PropertyRegistry. addObserver(PropertyObserver observer)
Records a property-change observer on the property registry. -
Uses of PropertyObserver in edu.caltech.nanodb.storage
Classes in edu.caltech.nanodb.storage that implement PropertyObserver Modifier and Type Class Description private class
BufferManager.BufferPropertyObserver
-