Class ConvertToDBStorageCommand
java.lang.Object
org.apache.bookkeeper.tools.framework.CliCommand<BKFlags,CommandFlagsT>
org.apache.bookkeeper.tools.common.BKCommand<BookieFlagsT>
org.apache.bookkeeper.tools.cli.helpers.BookieCommand<ConvertToDBStorageCommand.CTDBFlags>
org.apache.bookkeeper.tools.cli.commands.bookie.ConvertToDBStorageCommand
A command to convert bookie indexes from InterleavedStorage to DbLedgerStorage format.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags for this command. -
Field Summary
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(ServerConfiguration conf, ConvertToDBStorageCommand.CTDBFlags cmdFlags) voidsetLedgerIdFormatter(LedgerIdFormatter ledgerIdFormatter) Methods inherited from class org.apache.bookkeeper.tools.cli.helpers.BookieCommand
applyMethods inherited from class org.apache.bookkeeper.tools.common.BKCommand
acceptServiceUri, apply, apply, applyMethods inherited from class org.apache.bookkeeper.tools.framework.CliCommand
category, description, getUsage, name, path, setParent, usage
-
Constructor Details
-
ConvertToDBStorageCommand
public ConvertToDBStorageCommand() -
ConvertToDBStorageCommand
-
-
Method Details
-
apply
- Specified by:
applyin classBookieCommand<ConvertToDBStorageCommand.CTDBFlags>
-
setLedgerIdFormatter
-