Uses of Class
org.apache.bookkeeper.bookie.Journal
Packages that use Journal
Package
Description
Provides a Bookie server that stores entries for clients.
Commands to operate a single bookie.
-
Uses of Journal in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie with type parameters of type JournalMethods in org.apache.bookkeeper.bookie that return JournalModifier and TypeMethodDescription(package private) static JournalJournal.newJournal(int journalIndex, File journalDirectory, ServerConfiguration conf, LedgerDirsManager ledgerDirsManager, StatsLogger statsLogger, io.netty.buffer.ByteBufAllocator allocator, JournalAliveListener journalAliveListener) Methods in org.apache.bookkeeper.bookie that return types with arguments of type JournalMethods in org.apache.bookkeeper.bookie with parameters of type JournalModifier and TypeMethodDescription(package private) abstract CompletableFuture<Boolean>LedgerDescriptor.fenceAndLogInJournal(Journal journal) When we fence a ledger, we need to first set ledger to fenced state in memory and then log the fence entry in Journal so that we can rebuild the state.(package private) CompletableFuture<Boolean>LedgerDescriptorImpl.fenceAndLogInJournal(Journal journal) -
Uses of Journal in org.apache.bookkeeper.tools.cli.commands.bookie
Fields in org.apache.bookkeeper.tools.cli.commands.bookie with type parameters of type Journal