Class GetCookieCommand
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<GetCookieCommand.Flags>
org.apache.bookkeeper.tools.cli.commands.cookie.GetCookieCommand
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, GetCookieCommand.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
-
GetCookieCommand
public GetCookieCommand() -
GetCookieCommand
GetCookieCommand(PrintStream console) -
GetCookieCommand
-
-
Method Details
-
apply
- Specified by:
applyin classCookieCommand<GetCookieCommand.Flags>- Throws:
Exception
-