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.bookie
Fields in org.apache.bookkeeper.bookie declared as EntryLoggerAllocator Modifier and Type Field Description (package private) EntryLoggerAllocator
DefaultEntryLogger. entryLoggerAllocator
(package private) EntryLoggerAllocator
EntryLogManagerBase. entryLoggerAllocator
Methods in org.apache.bookkeeper.bookie that return EntryLoggerAllocator Modifier and Type Method Description (package private) EntryLoggerAllocator
DefaultEntryLogger. 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)
-