Uses of Interface
edu.caltech.nanodb.indexes.IndexManager
-
Packages that use IndexManager Package Description edu.caltech.nanodb.indexes 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 IndexManager in edu.caltech.nanodb.indexes
Classes in edu.caltech.nanodb.indexes that implement IndexManager Modifier and Type Class Description class
BasicIndexManager
Fields in edu.caltech.nanodb.indexes declared as IndexManager Modifier and Type Field Description private IndexManager
IndexUpdater. indexManager
A cached reference to the index manager since we use it a lot in this class. -
Uses of IndexManager in edu.caltech.nanodb.storage
Fields in edu.caltech.nanodb.storage declared as IndexManager Modifier and Type Field Description private IndexManager
StorageManager. indexManager
Methods in edu.caltech.nanodb.storage that return IndexManager Modifier and Type Method Description IndexManager
StorageManager. getIndexManager()
-