Class DiagnosticCommand.DiagnosticHelpCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.diagnostic.DiagnosticCommand.DiagnosticHelpCommand
-
- All Implemented Interfaces:
Command<NoArg,Void>,HelpCommand
- Enclosing class:
- DiagnosticCommand
public static class DiagnosticCommand.DiagnosticHelpCommand extends Object implements HelpCommand
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description DiagnosticHelpCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Command description.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.management.api.Command
confirmationPrompt, deprecationMessage
-
Methods inherited from interface org.apache.ignite.internal.management.api.HelpCommand
argClass
-
-
-
-
Method Detail
-
description
public String description()
Command description.- Specified by:
descriptionin interfaceCommand<NoArg,Void>
-
-