Class MetaFormatCommand
- 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<MetaFormatCommand.MetaFormatFlags>
-
- org.apache.bookkeeper.tools.cli.commands.bookies.MetaFormatCommand
-
public class MetaFormatCommand extends BookieCommand<MetaFormatCommand.MetaFormatFlags>
Format the bookkeeper metadata present in zookeeper.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetaFormatCommand.MetaFormatFlags
Flags for command meta format.
-
Field Summary
-
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec
-
-
Constructor Summary
Constructors Constructor Description MetaFormatCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(ServerConfiguration conf, MetaFormatCommand.MetaFormatFlags flags)
-
Methods inherited from class org.apache.bookkeeper.tools.cli.helpers.BookieCommand
apply
-
Methods inherited from class org.apache.bookkeeper.tools.common.BKCommand
acceptServiceUri, apply, apply, apply
-
Methods inherited from class org.apache.bookkeeper.tools.framework.CliCommand
category, description, getUsage, name, path, setParent, usage
-
-
-
-
Method Detail
-
apply
public boolean apply(ServerConfiguration conf, MetaFormatCommand.MetaFormatFlags flags)
- Specified by:
apply
in classBookieCommand<MetaFormatCommand.MetaFormatFlags>
-
-