Class NukeExistingClusterCommand.NukeExistingClusterFlags
- java.lang.Object
-
- org.apache.bookkeeper.tools.framework.CliFlags
-
- org.apache.bookkeeper.tools.cli.commands.bookies.NukeExistingClusterCommand.NukeExistingClusterFlags
-
- Enclosing class:
- NukeExistingClusterCommand
public static class NukeExistingClusterCommand.NukeExistingClusterFlags extends CliFlags
Flags for nuke existing cluster command.
-
-
Constructor Summary
Constructors Constructor Description NukeExistingClusterFlags()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NukeExistingClusterCommand.NukeExistingClusterFlags
force(boolean force)
NukeExistingClusterCommand.NukeExistingClusterFlags
instandId(java.lang.String instandId)
NukeExistingClusterCommand.NukeExistingClusterFlags
zkLedgersRootPath(java.lang.String zkLedgersRootPath)
-
-
-
Method Detail
-
force
public NukeExistingClusterCommand.NukeExistingClusterFlags force(boolean force)
- Returns:
this
.
-
zkLedgersRootPath
public NukeExistingClusterCommand.NukeExistingClusterFlags zkLedgersRootPath(java.lang.String zkLedgersRootPath)
- Returns:
this
.
-
instandId
public NukeExistingClusterCommand.NukeExistingClusterFlags instandId(java.lang.String instandId)
- Returns:
this
.
-
-