Class DeleteCookieCommand
java.lang.Object
org.apache.bookkeeper.tools.framework.CliCommand<BKFlags,CommandFlagsT>
org.apache.bookkeeper.tools.common.BKCommand<CookieFlagsT>
org.apache.bookkeeper.tools.cli.commands.cookie.CookieCommand<DeleteCookieCommand.Flags>
org.apache.bookkeeper.tools.cli.commands.cookie.DeleteCookieCommand
A command that deletes cookie.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags to delete a cookie for a given bookie. -
Field Summary
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapply(RegistrationManager rm, DeleteCookieCommand.Flags cmdFlags) Methods inherited from class org.apache.bookkeeper.tools.cli.commands.cookie.CookieCommand
apply, asShellCommand, getBookieId, readCookieDataFromFileMethods 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
-
Constructor Details
-
DeleteCookieCommand
public DeleteCookieCommand() -
DeleteCookieCommand
DeleteCookieCommand(PrintStream console) -
DeleteCookieCommand
-
-
Method Details
-
apply
- Specified by:
applyin classCookieCommand<DeleteCookieCommand.Flags>- Throws:
Exception
-