Class NukeExistingClusterCommand
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<NukeExistingClusterCommand.NukeExistingClusterFlags>
org.apache.bookkeeper.tools.cli.commands.bookies.NukeExistingClusterCommand
public class NukeExistingClusterCommand
extends BookieCommand<NukeExistingClusterCommand.NukeExistingClusterFlags>
Nuke bookkeeper metadata of existing cluster in zookeeper.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags for nuke existing cluster command. -
Field Summary
FieldsFields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods 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
-
NukeExistingClusterCommand
public NukeExistingClusterCommand()
-
-
Method Details
-
apply
public boolean apply(ServerConfiguration conf, NukeExistingClusterCommand.NukeExistingClusterFlags cmdFlags) - Specified by:
applyin classBookieCommand<NukeExistingClusterCommand.NukeExistingClusterFlags>
-