Uses of Class
org.apache.bookkeeper.bookie.IndexPersistenceMgr
-
Packages that use IndexPersistenceMgr Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of IndexPersistenceMgr in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return IndexPersistenceMgr Modifier and Type Method Description (package private) IndexPersistenceMgr
LedgerCacheImpl. getIndexPersistenceManager()
Constructors in org.apache.bookkeeper.bookie with parameters of type IndexPersistenceMgr Constructor Description IndexInMemPageMgr(int pageSize, int entriesPerPage, ServerConfiguration conf, IndexPersistenceMgr indexPersistenceManager, StatsLogger statsLogger)
-