Class ReadLedgerCommand.ReadLedgerFlags
java.lang.Object
org.apache.bookkeeper.tools.framework.CliFlags
org.apache.bookkeeper.tools.cli.commands.bookie.ReadLedgerCommand.ReadLedgerFlags
- Enclosing class:
- ReadLedgerCommand
Flags for read ledger command.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbookieAddress(String bookieAddress) entryFormatter(String entryFormatter) firstEntryId(long firstEntryId) forceRecovery(boolean forceRecovery) lastEntryId(long lastEntryId) ledgerId(long ledgerId) ledgerIdFormatter(String ledgerIdFormatter) msg(boolean msg)
-
Constructor Details
-
ReadLedgerFlags
public ReadLedgerFlags()
-
-
Method Details
-
msg
- Returns:
this.
-
ledgerId
- Returns:
this.
-
firstEntryId
- Returns:
this.
-
lastEntryId
- Returns:
this.
-
forceRecovery
- Returns:
this.
-
bookieAddress
- Returns:
this.
-
ledgerIdFormatter
- Returns:
this.
-
entryFormatter
- Returns:
this.
-