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 booleanCookieCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration2.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 booleanBookieCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration2.CompositeConfiguration conf, BKFlags globalFlags, BookieFlagsT cmdFlags)protected booleanClientCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration2.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 booleanBKCommand. apply(ServiceURI serviceURI, org.apache.commons.configuration2.CompositeConfiguration conf, BKFlags globalFlags, CommandFlagsT cmdFlags)protected booleanBKCommand. apply(BKFlags bkFlags, CommandFlagsT cmdFlags)java.lang.BooleanBKCommand. apply(BKFlags globalFlags, java.lang.String[] args)
-