Uses of Class
org.apache.bookkeeper.tools.cli.commands.client.SimpleTestCommand.Flags
-
Packages that use SimpleTestCommand.Flags Package Description org.apache.bookkeeper.tools.cli.commands.client This package contains all client related commands. -
-
Uses of SimpleTestCommand.Flags in org.apache.bookkeeper.tools.cli.commands.client
Methods in org.apache.bookkeeper.tools.cli.commands.client that return SimpleTestCommand.Flags Modifier and Type Method Description SimpleTestCommand.Flags
SimpleTestCommand.Flags. ackQuorumSize(int ackQuorumSize)
SimpleTestCommand.Flags
SimpleTestCommand.Flags. ensembleSize(int ensembleSize)
static SimpleTestCommand.Flags
SimpleTestCommand.Flags. newFlags()
SimpleTestCommand.Flags
SimpleTestCommand.Flags. numEntries(int numEntries)
SimpleTestCommand.Flags
SimpleTestCommand.Flags. writeQuorumSize(int writeQuorumSize)
Methods in org.apache.bookkeeper.tools.cli.commands.client with parameters of type SimpleTestCommand.Flags Modifier and Type Method Description static SimpleTestCommand
SimpleTestCommand. newSimpleTestCommand(SimpleTestCommand.Flags flags)
protected void
SimpleTestCommand. run(BookKeeper bk, SimpleTestCommand.Flags flags)
Constructors in org.apache.bookkeeper.tools.cli.commands.client with parameters of type SimpleTestCommand.Flags Constructor Description SimpleTestCommand(SimpleTestCommand.Flags flags)
-