Uses of Class
org.apache.bookkeeper.tools.framework.CliCommand
Packages that use CliCommand
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 CliCommand in org.apache.bookkeeper.tools.cli.commands.autorecovery
Subclasses of CliCommand in org.apache.bookkeeper.tools.cli.commands.autorecoveryModifier 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 CliCommand in org.apache.bookkeeper.tools.cli.commands.bookie
Subclasses of CliCommand in org.apache.bookkeeper.tools.cli.commands.bookieModifier 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 CliCommand in org.apache.bookkeeper.tools.cli.commands.bookies
Subclasses of CliCommand in org.apache.bookkeeper.tools.cli.commands.bookiesModifier 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 CliCommand in org.apache.bookkeeper.tools.cli.commands.client
Subclasses of CliCommand in org.apache.bookkeeper.tools.cli.commands.clientModifier 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 CliCommand in org.apache.bookkeeper.tools.cli.commands.cookie
Subclasses of CliCommand in org.apache.bookkeeper.tools.cli.commands.cookieModifier 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 CliCommand in org.apache.bookkeeper.tools.cli.commands.health
Subclasses of CliCommand in org.apache.bookkeeper.tools.cli.commands.healthModifier and TypeClassDescriptionclassCommand to enable or disable health check in the cluster. -
Uses of CliCommand in org.apache.bookkeeper.tools.cli.helpers
Subclasses of CliCommand in org.apache.bookkeeper.tools.cli.helpersModifier 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 CliCommand in org.apache.bookkeeper.tools.common
Subclasses of CliCommand in org.apache.bookkeeper.tools.common -
Uses of CliCommand in org.apache.bookkeeper.tools.framework
Subclasses of CliCommand in org.apache.bookkeeper.tools.frameworkModifier and TypeClassDescriptionclassCliCommandGroup<GlobalFlagsT extends CliFlags>A command group that group commands together.