Uses of Interface
org.apache.bookkeeper.bookie.EntryLogManager
-
Packages that use EntryLogManager Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of EntryLogManager in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement EntryLogManager Modifier and Type Class Description (package private) class
EntryLogManagerBase
(package private) class
EntryLogManagerForEntryLogPerLedger
(package private) class
EntryLogManagerForSingleEntryLog
Methods in org.apache.bookkeeper.bookie that return EntryLogManager Modifier and Type Method Description (package private) EntryLogManager
DefaultEntryLogger. getEntryLogManager()
-