Uses of Class
org.apache.bookkeeper.bookie.Journal
-
Packages that use Journal Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.tools.cli.commands.bookie 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 Journal Modifier and Type Field Description (package private) java.util.List<Journal>
BookieImpl. journals
(package private) java.util.List<Journal>
BookieShell. journals
Methods in org.apache.bookkeeper.bookie that return Journal Modifier and Type Method Description (package private) static Journal
Journal. newJournal(int journalIndex, java.io.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 Journal Modifier and Type Method Description java.util.List<Journal>
BookieImpl. getJournals()
Methods in org.apache.bookkeeper.bookie with parameters of type Journal Modifier and Type Method Description (package private) abstract java.util.concurrent.CompletableFuture<java.lang.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) java.util.concurrent.CompletableFuture<java.lang.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 Modifier and Type Field Description (package private) java.util.List<Journal>
ReadJournalCommand. journals
-