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 SummaryNested Classes Modifier and Type Class Description static classMetaFormatCommand.MetaFormatFlagsFlags for command meta format.
 - 
Field Summary- 
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommandspec
 
- 
 - 
Constructor SummaryConstructors Constructor Description MetaFormatCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(ServerConfiguration conf, MetaFormatCommand.MetaFormatFlags flags)- 
Methods inherited from class org.apache.bookkeeper.tools.cli.helpers.BookieCommandapply
 - 
Methods inherited from class org.apache.bookkeeper.tools.common.BKCommandacceptServiceUri, apply, apply, apply
 - 
Methods inherited from class org.apache.bookkeeper.tools.framework.CliCommandcategory, description, getUsage, name, path, setParent, usage
 
- 
 
- 
- 
- 
Method Detail- 
applypublic boolean apply(ServerConfiguration conf, MetaFormatCommand.MetaFormatFlags flags) - Specified by:
- applyin class- BookieCommand<MetaFormatCommand.MetaFormatFlags>
 
 
- 
 
-