Uses of Class
org.apache.bookkeeper.tools.cli.commands.client.SimpleTestCommand.Flags
Packages that use SimpleTestCommand.Flags
Package
Description
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.FlagsModifier and TypeMethodDescriptionSimpleTestCommand.Flags.ackQuorumSize(int ackQuorumSize) SimpleTestCommand.Flags.ensembleSize(int ensembleSize) static SimpleTestCommand.FlagsSimpleTestCommand.Flags.newFlags()SimpleTestCommand.Flags.numEntries(int numEntries) SimpleTestCommand.Flags.writeQuorumSize(int writeQuorumSize) Methods in org.apache.bookkeeper.tools.cli.commands.client with parameters of type SimpleTestCommand.FlagsModifier and TypeMethodDescriptionstatic 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