Uses of Class
org.apache.bookkeeper.tools.cli.commands.bookie.ReadLedgerCommand.ReadLedgerFlags
Packages that use ReadLedgerCommand.ReadLedgerFlags
Package
Description
Commands to operate a single bookie.
-
Uses of ReadLedgerCommand.ReadLedgerFlags in org.apache.bookkeeper.tools.cli.commands.bookie
Methods in org.apache.bookkeeper.tools.cli.commands.bookie that return ReadLedgerCommand.ReadLedgerFlagsModifier and TypeMethodDescriptionReadLedgerCommand.ReadLedgerFlags.bookieAddress(String bookieAddress) ReadLedgerCommand.ReadLedgerFlags.entryFormatter(String entryFormatter) ReadLedgerCommand.ReadLedgerFlags.firstEntryId(long firstEntryId) ReadLedgerCommand.ReadLedgerFlags.forceRecovery(boolean forceRecovery) ReadLedgerCommand.ReadLedgerFlags.lastEntryId(long lastEntryId) ReadLedgerCommand.ReadLedgerFlags.ledgerId(long ledgerId) ReadLedgerCommand.ReadLedgerFlags.ledgerIdFormatter(String ledgerIdFormatter) ReadLedgerCommand.ReadLedgerFlags.msg(boolean msg) Methods in org.apache.bookkeeper.tools.cli.commands.bookie with parameters of type ReadLedgerCommand.ReadLedgerFlagsModifier and TypeMethodDescriptionbooleanReadLedgerCommand.apply(ServerConfiguration conf, ReadLedgerCommand.ReadLedgerFlags cmdFlags)