Uses of Class
org.apache.bookkeeper.util.SnapshotMap
Packages that use SnapshotMap
Package
Description
Provides a Bookie server that stores entries for clients.
-
Uses of SnapshotMap in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as SnapshotMapModifier and TypeFieldDescription(package private) final SnapshotMap<Long,Boolean> IndexPersistenceMgr.activeLedgersprotected final SnapshotMap<Long,Boolean> InterleavedLedgerStorage.activeLedgersConstructors in org.apache.bookkeeper.bookie with parameters of type SnapshotMapModifierConstructorDescriptionIndexPersistenceMgr(int pageSize, int entriesPerPage, ServerConfiguration conf, SnapshotMap<Long, Boolean> activeLedgers, LedgerDirsManager ledgerDirsManager, StatsLogger statsLogger) LedgerCacheImpl(ServerConfiguration conf, SnapshotMap<Long, Boolean> activeLedgers, LedgerDirsManager ledgerDirsManager) LedgerCacheImpl(ServerConfiguration conf, SnapshotMap<Long, Boolean> activeLedgers, LedgerDirsManager ledgerDirsManager, StatsLogger statsLogger)