Class RecoverCommand
- 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<RecoverCommand.RecoverFlags>
-
- org.apache.bookkeeper.tools.cli.commands.bookies.RecoverCommand
-
public class RecoverCommand extends BookieCommand<RecoverCommand.RecoverFlags>
Command to ledger data recovery for failed bookie.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecoverCommand.RecoverFlagsFlags for recover command.
-
Field Summary
-
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec
-
-
Constructor Summary
Constructors Constructor Description RecoverCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(ServerConfiguration conf, RecoverCommand.RecoverFlags cmdFlags)-
Methods inherited from class org.apache.bookkeeper.tools.cli.helpers.BookieCommand
apply
-
Methods inherited from class org.apache.bookkeeper.tools.common.BKCommand
acceptServiceUri, apply, apply, apply
-
Methods inherited from class org.apache.bookkeeper.tools.framework.CliCommand
category, description, getUsage, name, path, setParent, usage
-
-
-
-
Method Detail
-
apply
public boolean apply(ServerConfiguration conf, RecoverCommand.RecoverFlags cmdFlags)
- Specified by:
applyin classBookieCommand<RecoverCommand.RecoverFlags>
-
-