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