Class LedgerCommand
java.lang.Object
org.apache.bookkeeper.tools.framework.CliCommand<BKFlags,CommandFlagsT>
org.apache.bookkeeper.tools.common.BKCommand<BookieFlagsT>
org.apache.bookkeeper.tools.cli.helpers.BookieCommand<LedgerCommand.LedgerFlags>
org.apache.bookkeeper.tools.cli.commands.bookie.LedgerCommand
Command to dump ledger index entries into readable format.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags for ledger command. -
Field Summary
FieldsFields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(ServerConfiguration conf, LedgerCommand.LedgerFlags cmdFlags) voidMethods inherited from class org.apache.bookkeeper.tools.cli.helpers.BookieCommand
applyMethods inherited from class org.apache.bookkeeper.tools.common.BKCommand
acceptServiceUri, apply, apply, applyMethods inherited from class org.apache.bookkeeper.tools.framework.CliCommand
category, description, getUsage, name, path, setParent, usage
-
Field Details
-
LOG
static final org.slf4j.Logger LOG
-
-
Constructor Details
-
LedgerCommand
public LedgerCommand() -
LedgerCommand
-
-
Method Details
-
setPrint
-
apply
- Specified by:
applyin classBookieCommand<LedgerCommand.LedgerFlags>
-