Class ListActiveLedgersCommand.ActiveLedgerFlags
- java.lang.Object
-
- org.apache.bookkeeper.tools.framework.CliFlags
-
- org.apache.bookkeeper.tools.cli.commands.bookie.ListActiveLedgersCommand.ActiveLedgerFlags
-
- Enclosing class:
- ListActiveLedgersCommand
public static class ListActiveLedgersCommand.ActiveLedgerFlags extends CliFlags
Flags for active ledger command.
-
-
Constructor Summary
Constructors Constructor Description ActiveLedgerFlags()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListActiveLedgersCommand.ActiveLedgerFlags
ledgerIdFormatter(java.lang.String ledgerIdFormatter)
ListActiveLedgersCommand.ActiveLedgerFlags
logId(long logId)
ListActiveLedgersCommand.ActiveLedgerFlags
timeout(long timeout)
-
-
-
Method Detail
-
logId
public ListActiveLedgersCommand.ActiveLedgerFlags logId(long logId)
- Returns:
this
.
-
timeout
public ListActiveLedgersCommand.ActiveLedgerFlags timeout(long timeout)
- Returns:
this
.
-
ledgerIdFormatter
public ListActiveLedgersCommand.ActiveLedgerFlags ledgerIdFormatter(java.lang.String ledgerIdFormatter)
- Returns:
this
.
-
-