Class NukeExistingClusterCommand
- 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<NukeExistingClusterCommand.NukeExistingClusterFlags>
- 
- org.apache.bookkeeper.tools.cli.commands.bookies.NukeExistingClusterCommand
 
 
 
 
- 
- All Implemented Interfaces:
- org.apache.bookkeeper.tools.framework.Command<org.apache.bookkeeper.tools.common.BKFlags>
 
 public class NukeExistingClusterCommand extends BookieCommand<NukeExistingClusterCommand.NukeExistingClusterFlags> Nuke bookkeeper metadata of existing cluster in zookeeper.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classNukeExistingClusterCommand.NukeExistingClusterFlagsFlags for nuke existing cluster command.
 - 
Field SummaryFields Modifier and Type Field Description (package private) static org.slf4j.LoggerLOG
 - 
Constructor SummaryConstructors Constructor Description NukeExistingClusterCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(ServerConfiguration conf, NukeExistingClusterCommand.NukeExistingClusterFlags 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, NukeExistingClusterCommand.NukeExistingClusterFlags cmdFlags) - Specified by:
- applyin class- BookieCommand<NukeExistingClusterCommand.NukeExistingClusterFlags>
 
 
- 
 
-