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.FlagsSimpleTestCommand.Flags. ackQuorumSize(int ackQuorumSize)SimpleTestCommand.FlagsSimpleTestCommand.Flags. ensembleSize(int ensembleSize)static SimpleTestCommand.FlagsSimpleTestCommand.Flags. newFlags()SimpleTestCommand.FlagsSimpleTestCommand.Flags. numEntries(int numEntries)SimpleTestCommand.FlagsSimpleTestCommand.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 SimpleTestCommandSimpleTestCommand. newSimpleTestCommand(SimpleTestCommand.Flags flags)protected voidSimpleTestCommand. 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)
-