Uses of Class
org.apache.bookkeeper.tools.cli.helpers.BookieCommand
Packages that use BookieCommand
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.
-
Uses of BookieCommand in org.apache.bookkeeper.tools.cli.commands.autorecovery
Subclasses of BookieCommand 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 BookieCommand in org.apache.bookkeeper.tools.cli.commands.bookie
Subclasses of BookieCommand 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 BookieCommand in org.apache.bookkeeper.tools.cli.commands.bookies
Subclasses of BookieCommand 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.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 BookieCommand in org.apache.bookkeeper.tools.cli.commands.client
Subclasses of BookieCommand in org.apache.bookkeeper.tools.cli.commands.clientModifier and TypeClassDescriptionclassCommand to delete a given ledger.classPrint the metadata for a ledger. -
Uses of BookieCommand in org.apache.bookkeeper.tools.cli.commands.cookie
Subclasses of BookieCommand in org.apache.bookkeeper.tools.cli.commands.cookie -
Uses of BookieCommand in org.apache.bookkeeper.tools.cli.commands.health
Subclasses of BookieCommand in org.apache.bookkeeper.tools.cli.commands.healthModifier and TypeClassDescriptionclassCommand to enable or disable health check in the cluster.