Class FormatCommand
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<FormatCommand.Flags>
org.apache.bookkeeper.tools.cli.commands.bookie.FormatCommand
Command to format the current server contents.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags for format bookie command. -
Field Summary
FieldsFields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(ServerConfiguration conf, FormatCommand.Flags 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
-
Field Details
-
LOG
static final org.slf4j.Logger LOG
-
-
Constructor Details
-
FormatCommand
public FormatCommand() -
FormatCommand
-
-
Method Details
-
apply
- Specified by:
applyin classBookieCommand<FormatCommand.Flags>
-