Uses of Interface
org.apache.bookkeeper.tools.framework.Command
Packages that use Command
Package
Description
Commands to operate a single bookie.
Commands on operating a cluster of bookies.
This package contains all client related commands.
Cookie related cli commands.
This classes provides some helper mixins for easily to add commands
to bookie shell.
Common classes used across multiple tools.
BookKeeper Tool Framework.
-
Uses of Command in org.apache.bookkeeper.tools.cli.commands.autorecovery
Classes in org.apache.bookkeeper.tools.cli.commands.autorecovery that implement CommandModifier and TypeClassDescriptionclassCommand to listing under replicated ledgers.classCommand to Setter and Getter for LostBookieRecoveryDelay value (in seconds) in metadata store.classCommand to Query current auto recovery status.classCommand to enable or disable auto recovery in the cluster.classCommand to trigger AuditTask by resetting lostBookieRecoveryDelay to its current value.classCommand to print which node has the auditor lock. -
Uses of Command in org.apache.bookkeeper.tools.cli.commands.bookie
Classes in org.apache.bookkeeper.tools.cli.commands.bookie that implement CommandModifier and TypeClassDescriptionclassCommand to check the DBLedgerStorage ledgers index integrity.classA command to convert bookie indexes from InterleavedStorage to DbLedgerStorage format.classA command to convert bookie indexes from DbLedgerStorage to InterleavedStorage format.classCommand to update ledger command.classCommand to format the current server contents.classA command to initialize new bookie.classA bookie command to print the last log marker.classCommand to dump ledger index entries into readable format.classList active(exist in metadata storage) ledgers in a entry log file.classCommand to list the files in JournalDirectories/LedgerDirectories/IndexDirectories.classCommand for list all ledgers on the cluster.classCommand to check local storage for inconsistencies.classCommand to scan a journal file and format the entries into readable format.classCommand to read ledger entries.classCommand to read entry log files.classCommand to print metadata of entry log.classCommand to rebuild DBLedgerStorage locations index.classCommand to rebuild DBLedgerStorage ledgers index.classCommand to regenerate an index file for interleaved storage.classA bookie command to sanity test for local bookie.classCommand to update ledger command. -
Uses of Command in org.apache.bookkeeper.tools.cli.commands.bookies
Classes in org.apache.bookkeeper.tools.cli.commands.bookies that implement CommandModifier and TypeClassDescriptionclassA bookie command to retrieve bookies cluster info.classCommand to trigger AuditTask by resetting lostBookieRecoveryDelay and then make sure the ledgers stored in the bookie are properly replicated and Cookie of the decommissioned bookie should be deleted from metadata server.classGet endpoint information about a Bookie.classA bookie command to retrieve bookie info.classInitializes new cluster by creating required znodes for the cluster.classCommand to print instance id of the cluster.classCommand to list available bookies.classFormat the bookkeeper metadata present in zookeeper.classNuke bookkeeper metadata of existing cluster in zookeeper.classCommand to ledger data recovery for failed bookie. -
Uses of Command in org.apache.bookkeeper.tools.cli.commands.client
Classes in org.apache.bookkeeper.tools.cli.commands.client that implement CommandModifier and TypeClassDescriptionclassCommand to delete a given ledger.classPrint the metadata for a ledger.classA client command that simply tests if a cluster is healthy. -
Uses of Command in org.apache.bookkeeper.tools.cli.commands.cookie
Classes in org.apache.bookkeeper.tools.cli.commands.cookie that implement CommandModifier and TypeClassDescriptionclassCommand to update cookie.(package private) classCookieCommand<CookieFlagsT extends CliFlags>This is a mixin for cookie related commands to extends.classA command that create cookie.classA command that deletes cookie.classA command that generate cookie.classA command that deletes cookie.classA command that updates cookie. -
Uses of Command in org.apache.bookkeeper.tools.cli.commands.health
Classes in org.apache.bookkeeper.tools.cli.commands.health that implement CommandModifier and TypeClassDescriptionclassCommand to enable or disable health check in the cluster. -
Uses of Command in org.apache.bookkeeper.tools.cli.helpers
Classes in org.apache.bookkeeper.tools.cli.helpers that implement CommandModifier and TypeClassDescriptionclassBookieCommand<BookieFlagsT extends CliFlags>This is a mixin for bookie related commands to extends.classClientCommand<ClientFlagsT extends CliFlags>This is a mixin class for commands that needs a bookkeeper client.classDiscoveryCommand<DiscoveryFlagsT extends CliFlags>This is a mixin for commands that talks to discovery service. -
Uses of Command in org.apache.bookkeeper.tools.common
Classes in org.apache.bookkeeper.tools.common that implement Command -
Uses of Command in org.apache.bookkeeper.tools.framework
Subinterfaces of Command in org.apache.bookkeeper.tools.frameworkModifier and TypeInterfaceDescriptioninterfaceCommandGroup<GlobalFlagsT extends CliFlags>A command group that group commands together.Classes in org.apache.bookkeeper.tools.framework that implement CommandModifier and TypeClassDescriptionclassCliCommand<GlobalFlagsT extends CliFlags,CommandFlagsT extends CliFlags> A command that runs a CLI spec.classCliCommandGroup<GlobalFlagsT extends CliFlags>A command group that group commands together.(package private) classHelpCommand<GlobalFlagsT extends CliFlags,CommandFlagsT extends CliFlags> Help command to show help information.Methods in org.apache.bookkeeper.tools.framework that return CommandMethods in org.apache.bookkeeper.tools.framework that return types with arguments of type CommandMethods in org.apache.bookkeeper.tools.framework with parameters of type CommandMethod parameters in org.apache.bookkeeper.tools.framework with type arguments of type CommandModifier and TypeMethodDescriptionstatic voidCommandUtils.printAvailableCommands(Map<String, Command> commands, PrintStream printer) Print the available commands in commander.(package private) static <CliFlagsT extends CliFlags>
com.beust.jcommander.JCommander