Class SimpleTestCommand
java.lang.Object
org.apache.bookkeeper.tools.framework.CliCommand<BKFlags,CommandFlagsT>
org.apache.bookkeeper.tools.common.BKCommand<ClientFlagsT>
org.apache.bookkeeper.tools.cli.helpers.ClientCommand<SimpleTestCommand.Flags>
org.apache.bookkeeper.tools.cli.commands.client.SimpleTestCommand
A client command that simply tests if a cluster is healthy.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags for simple test command. -
Field Summary
Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand
spec -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleTestCommandprotected voidrun(BookKeeper bk, SimpleTestCommand.Flags flags) Methods inherited from class org.apache.bookkeeper.tools.cli.helpers.ClientCommand
apply, apply, applyMethods inherited from class org.apache.bookkeeper.tools.common.BKCommand
acceptServiceUri, apply, apply, applyMethods inherited from class org.apache.bookkeeper.tools.framework.CliCommand
category, description, getUsage, name, path, setParent, usage
-
Constructor Details
-
SimpleTestCommand
public SimpleTestCommand() -
SimpleTestCommand
-
-
Method Details
-
newSimpleTestCommand
-
run
- Specified by:
runin classClientCommand<SimpleTestCommand.Flags>- Throws:
Exception
-