Class ReadLogCommand.ReadLogFlags
java.lang.Object
org.apache.bookkeeper.tools.framework.CliFlags
org.apache.bookkeeper.tools.cli.commands.bookie.ReadLogCommand.ReadLogFlags
- Enclosing class:
- ReadLogCommand
Flags for read log command.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendPos(long endPos) entryFormatter(String entryFormatter) entryId(long entryId) entryLogId(long entryLogId) ledgerId(long ledgerId) ledgerIdFormatter(String ledgerIdFormatter) msg(boolean msg) startPos(long startPos)
-
Constructor Details
-
ReadLogFlags
public ReadLogFlags()
-
-
Method Details
-
msg
- Returns:
this.
-
ledgerId
- Returns:
this.
-
entryId
- Returns:
this.
-
startPos
- Returns:
this.
-
endPos
- Returns:
this.
-
filename
- Returns:
this.
-
entryLogId
- Returns:
this.
-
ledgerIdFormatter
- Returns:
this.
-
entryFormatter
- Returns:
this.
-