Uses of Class
org.apache.bookkeeper.bookie.EntryLoggerAllocator
- 
Packages that use EntryLoggerAllocator Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.
- 
- 
Uses of EntryLoggerAllocator in org.apache.bookkeeper.bookieFields in org.apache.bookkeeper.bookie declared as EntryLoggerAllocator Modifier and Type Field Description (package private) EntryLoggerAllocatorDefaultEntryLogger. entryLoggerAllocator(package private) EntryLoggerAllocatorEntryLogManagerBase. entryLoggerAllocatorMethods in org.apache.bookkeeper.bookie that return EntryLoggerAllocator Modifier and Type Method Description (package private) EntryLoggerAllocatorDefaultEntryLogger. getEntryLoggerAllocator()get EntryLoggerAllocator, Just for tests.Constructors in org.apache.bookkeeper.bookie with parameters of type EntryLoggerAllocator Constructor Description EntryLogManagerBase(ServerConfiguration conf, LedgerDirsManager ledgerDirsManager, EntryLoggerAllocator entryLoggerAllocator, java.util.List<DefaultEntryLogger.EntryLogListener> listeners)EntryLogManagerForEntryLogPerLedger(ServerConfiguration conf, LedgerDirsManager ledgerDirsManager, EntryLoggerAllocator entryLoggerAllocator, java.util.List<DefaultEntryLogger.EntryLogListener> listeners, DefaultEntryLogger.RecentEntryLogsStatus recentlyCreatedEntryLogsStatus, StatsLogger statsLogger)EntryLogManagerForSingleEntryLog(ServerConfiguration conf, LedgerDirsManager ledgerDirsManager, EntryLoggerAllocator entryLoggerAllocator, java.util.List<DefaultEntryLogger.EntryLogListener> listeners, DefaultEntryLogger.RecentEntryLogsStatus recentlyCreatedEntryLogsStatus)
 
-