Package org.apache.bookkeeper.tools.cli.helpers
This classes provides some helper mixins for easily to add commands
to bookie shell.
-
Class Summary Class Description BookieCommand<BookieFlagsT extends CliFlags> This is a mixin for bookie related commands to extends.BookieShellCommand<CliFlagsT extends CliFlags> This is a util class that converts new cli command to old shell command.ClientCommand<ClientFlagsT extends CliFlags> This is a mixin class for commands that needs a bookkeeper client.CommandHelpers Helper classes used by the cli commands.DiscoveryCommand<DiscoveryFlagsT extends CliFlags> This is a mixin for commands that talks to discovery service.