Class UpdateBookieInLedgerCommand.UpdateBookieInLedgerFlags
java.lang.Object
org.apache.bookkeeper.tools.framework.CliFlags
org.apache.bookkeeper.tools.cli.commands.bookie.UpdateBookieInLedgerCommand.UpdateBookieInLedgerFlags
- Enclosing class:
- UpdateBookieInLedgerCommand
Flags for update bookie in ledger command.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondestBookie(String destBookie) limit(int limit) maxOutstandingReads(int maxOutstandingReads) printProgress(long printProgress) updatePerSec(int updatePerSec) verbose(boolean verbose)
-
Constructor Details
-
UpdateBookieInLedgerFlags
public UpdateBookieInLedgerFlags()
-
-
Method Details
-
srcBookie
- Returns:
this.
-
destBookie
- Returns:
this.
-
updatePerSec
- Returns:
this.
-
maxOutstandingReads
public UpdateBookieInLedgerCommand.UpdateBookieInLedgerFlags maxOutstandingReads(int maxOutstandingReads) - Returns:
this.
-
limit
- Returns:
this.
-
verbose
- Returns:
this.
-
printProgress
- Returns:
this.
-