Class ReadLogCommand
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<ReadLogCommand.ReadLogFlags>
org.apache.bookkeeper.tools.cli.commands.bookie.ReadLogCommand
Command to read entry log files.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags for read log command. -
Field Summary
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
ConstructorsConstructorDescriptionReadLogCommand(LedgerIdFormatter ledgerIdFormatter, EntryFormatter entryFormatter) -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(ServerConfiguration conf, ReadLogCommand.ReadLogFlags cmdFlags) Methods 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
-
Constructor Details
-
ReadLogCommand
public ReadLogCommand() -
ReadLogCommand
-
-
Method Details
-
apply
- Specified by:
applyin classBookieCommand<ReadLogCommand.ReadLogFlags>
-