Uses of Class
org.apache.bookkeeper.bookie.EntryLogManagerForEntryLogPerLedger.BufferedLogChannelWithDirInfo
-
Packages that use EntryLogManagerForEntryLogPerLedger.BufferedLogChannelWithDirInfo Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of EntryLogManagerForEntryLogPerLedger.BufferedLogChannelWithDirInfo in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return EntryLogManagerForEntryLogPerLedger.BufferedLogChannelWithDirInfo Modifier and Type Method Description EntryLogManagerForEntryLogPerLedger.BufferedLogChannelWithDirInfo
EntryLogManagerForEntryLogPerLedger. getCurrentLogWithDirInfoForLedger(long ledgerId)
(package private) EntryLogManagerForEntryLogPerLedger.BufferedLogChannelWithDirInfo
EntryLogManagerForEntryLogPerLedger.EntryLogAndLockTuple. getEntryLogWithDirInfo()
Methods in org.apache.bookkeeper.bookie that return types with arguments of type EntryLogManagerForEntryLogPerLedger.BufferedLogChannelWithDirInfo Modifier and Type Method Description java.util.Set<EntryLogManagerForEntryLogPerLedger.BufferedLogChannelWithDirInfo>
EntryLogManagerForEntryLogPerLedger. getCopyOfCurrentLogs()
-