Uses of Class
org.apache.bookkeeper.tools.common.BKFlags
-
Packages that use BKFlags Package Description org.apache.bookkeeper.tools.cli.commands.cookie Cookie related cli commands.org.apache.bookkeeper.tools.cli.helpers This classes provides some helper mixins for easily to add commands to bookie shell.org.apache.bookkeeper.tools.common Common classes used across multiple tools. -
-
Uses of BKFlags in org.apache.bookkeeper.tools.cli.commands.cookie
Methods in org.apache.bookkeeper.tools.cli.commands.cookie with parameters of type BKFlags Modifier and Type Method Description protected boolean
CookieCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration.CompositeConfiguration conf, BKFlags globalFlags, CookieFlagsT cmdFlags)
-
Uses of BKFlags in org.apache.bookkeeper.tools.cli.helpers
Methods in org.apache.bookkeeper.tools.cli.helpers with parameters of type BKFlags Modifier and Type Method Description protected boolean
BookieCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration.CompositeConfiguration conf, BKFlags globalFlags, BookieFlagsT cmdFlags)
protected boolean
ClientCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration.CompositeConfiguration conf, BKFlags globalFlags, ClientFlagsT cmdFlags)
-
Uses of BKFlags in org.apache.bookkeeper.tools.common
Methods in org.apache.bookkeeper.tools.common with parameters of type BKFlags Modifier and Type Method Description protected abstract boolean
BKCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration.CompositeConfiguration conf, BKFlags globalFlags, CommandFlagsT cmdFlags)
protected boolean
BKCommand. apply(BKFlags bkFlags, CommandFlagsT cmdFlags)
java.lang.Boolean
BKCommand. apply(BKFlags globalFlags, java.lang.String[] args)
-