Class InitCommand
- java.lang.Object
- 
- org.apache.bookkeeper.tools.framework.CliCommand<org.apache.bookkeeper.tools.common.BKFlags,CommandFlagsT>
- 
- org.apache.bookkeeper.tools.common.BKCommand<BookieFlagsT>
- 
- org.apache.bookkeeper.tools.cli.helpers.BookieCommand<org.apache.bookkeeper.tools.framework.CliFlags>
- 
- org.apache.bookkeeper.tools.cli.commands.bookie.InitCommand
 
 
 
 
- 
- All Implemented Interfaces:
- org.apache.bookkeeper.tools.framework.Command<org.apache.bookkeeper.tools.common.BKFlags>
 
 public class InitCommand extends BookieCommand<org.apache.bookkeeper.tools.framework.CliFlags> A command to initialize new bookie.
- 
- 
Constructor SummaryConstructors Constructor Description InitCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(ServerConfiguration conf, org.apache.bookkeeper.tools.framework.CliFlags cmdFlags)- 
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, name, path, setParent, usage
 
- 
 
- 
- 
- 
Method Detail- 
applypublic boolean apply(ServerConfiguration conf, org.apache.bookkeeper.tools.framework.CliFlags cmdFlags) - Specified by:
- applyin class- BookieCommand<org.apache.bookkeeper.tools.framework.CliFlags>
 
 
- 
 
-