Uses of Class
org.apache.bookkeeper.bookie.DefaultEntryLogger.BufferedLogChannel
-
Packages that use DefaultEntryLogger.BufferedLogChannel Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of DefaultEntryLogger.BufferedLogChannel in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie with type parameters of type DefaultEntryLogger.BufferedLogChannel Modifier and Type Field Description (package private) java.util.concurrent.Future<DefaultEntryLogger.BufferedLogChannel>EntryLoggerAllocator. preallocation(package private) java.util.List<DefaultEntryLogger.BufferedLogChannel>EntryLogManagerBase. rotatedLogChannelsMethods in org.apache.bookkeeper.bookie that return DefaultEntryLogger.BufferedLogChannel Modifier and Type Method Description (package private) DefaultEntryLogger.BufferedLogChannelEntryLoggerAllocator. createNewLog(java.io.File dirForNextEntryLog)(package private) DefaultEntryLogger.BufferedLogChannelEntryLoggerAllocator. createNewLogForCompaction(java.io.File dirForNextEntryLog)DefaultEntryLogger.BufferedLogChannelEntryLogManager. createNewLogForCompaction()DefaultEntryLogger.BufferedLogChannelEntryLogManagerForEntryLogPerLedger. createNewLogForCompaction()flushCurrentLogs method is called during checkpoint, so metadata of the file also should be force written.DefaultEntryLogger.BufferedLogChannelEntryLogManagerForSingleEntryLog. createNewLogForCompaction()(package private) abstract DefaultEntryLogger.BufferedLogChannelEntryLogManagerBase. getCurrentLogForLedger(long ledgerId)DefaultEntryLogger.BufferedLogChannelEntryLogManagerForEntryLogPerLedger. getCurrentLogForLedger(long ledgerId)DefaultEntryLogger.BufferedLogChannelEntryLogManagerForSingleEntryLog. getCurrentLogForLedger(long ledgerId)(package private) abstract DefaultEntryLogger.BufferedLogChannelEntryLogManagerBase. getCurrentLogForLedgerForAddEntry(long ledgerId, int entrySize, boolean rollLog)(package private) DefaultEntryLogger.BufferedLogChannelEntryLogManagerForEntryLogPerLedger. getCurrentLogForLedgerForAddEntry(long ledgerId, int entrySize, boolean rollLog)(package private) DefaultEntryLogger.BufferedLogChannelEntryLogManagerForSingleEntryLog. getCurrentLogForLedgerForAddEntry(long ledgerId, int entrySize, boolean rollLog)DefaultEntryLogger.BufferedLogChannelEntryLogManager. getCurrentLogIfPresent(long entryLogId)DefaultEntryLogger.BufferedLogChannelEntryLogManagerForEntryLogPerLedger. getCurrentLogIfPresent(long entryLogId)DefaultEntryLogger.BufferedLogChannelEntryLogManagerForSingleEntryLog. getCurrentLogIfPresent(long entryLogId)(package private) DefaultEntryLogger.BufferedLogChannelEntryLogManagerForEntryLogPerLedger.BufferedLogChannelWithDirInfo. getLogChannel()Methods in org.apache.bookkeeper.bookie that return types with arguments of type DefaultEntryLogger.BufferedLogChannel Modifier and Type Method Description (package private) java.util.concurrent.Future<DefaultEntryLogger.BufferedLogChannel>EntryLoggerAllocator. getPreallocationFuture()get the preallocation for tests.(package private) java.util.List<DefaultEntryLogger.BufferedLogChannel>EntryLogManagerBase. getRotatedLogChannels()Methods in org.apache.bookkeeper.bookie with parameters of type DefaultEntryLogger.BufferedLogChannel Modifier and Type Method Description (package private) voidEntryLogManagerBase. flushLogChannel(DefaultEntryLogger.BufferedLogChannel logChannel, boolean forceMetadata)(package private) booleanEntryLogManagerBase. reachEntryLogLimit(DefaultEntryLogger.BufferedLogChannel logChannel, long size)(package private) booleanEntryLogManagerBase. readEntryLogHardLimit(DefaultEntryLogger.BufferedLogChannel logChannel, long size)(package private) abstract voidEntryLogManagerBase. setCurrentLogForLedgerAndAddToRotate(long ledgerId, DefaultEntryLogger.BufferedLogChannel logChannel)voidEntryLogManagerForEntryLogPerLedger. setCurrentLogForLedgerAndAddToRotate(long ledgerId, DefaultEntryLogger.BufferedLogChannel logChannel)voidEntryLogManagerForSingleEntryLog. setCurrentLogForLedgerAndAddToRotate(long ledgerId, DefaultEntryLogger.BufferedLogChannel logChannel)
-