Uses of Class
org.apache.bookkeeper.tools.cli.commands.bookies.NukeExistingClusterCommand.NukeExistingClusterFlags
-
Packages that use NukeExistingClusterCommand.NukeExistingClusterFlags Package Description org.apache.bookkeeper.tools.cli.commands.bookies Commands on operating a cluster of bookies. -
-
Uses of NukeExistingClusterCommand.NukeExistingClusterFlags in org.apache.bookkeeper.tools.cli.commands.bookies
Methods in org.apache.bookkeeper.tools.cli.commands.bookies that return NukeExistingClusterCommand.NukeExistingClusterFlags Modifier and Type Method Description NukeExistingClusterCommand.NukeExistingClusterFlags
NukeExistingClusterCommand.NukeExistingClusterFlags. force(boolean force)
NukeExistingClusterCommand.NukeExistingClusterFlags
NukeExistingClusterCommand.NukeExistingClusterFlags. instandId(java.lang.String instandId)
NukeExistingClusterCommand.NukeExistingClusterFlags
NukeExistingClusterCommand.NukeExistingClusterFlags. zkLedgersRootPath(java.lang.String zkLedgersRootPath)
Methods in org.apache.bookkeeper.tools.cli.commands.bookies with parameters of type NukeExistingClusterCommand.NukeExistingClusterFlags Modifier and Type Method Description boolean
NukeExistingClusterCommand. apply(ServerConfiguration conf, NukeExistingClusterCommand.NukeExistingClusterFlags cmdFlags)
-