Class DiagnosticCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.api.CommandRegistryImpl<NoArg,Void>
-
- org.apache.ignite.internal.management.diagnostic.DiagnosticCommand
-
- All Implemented Interfaces:
Command<NoArg,Void>,CommandsRegistry<NoArg,Void>,HelpCommand
public class DiagnosticCommand extends CommandRegistryImpl<NoArg,Void> implements HelpCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiagnosticCommand.DiagnosticHelpCommand
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description DiagnosticCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<NoArg>argClass()Stringdescription()Command description.-
Methods inherited from class org.apache.ignite.internal.management.api.CommandRegistryImpl
command, commands, register
-
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
-
-
-
-
Method Detail
-
description
public String description()
Command description.- Specified by:
descriptionin interfaceCommand<NoArg,Void>- Specified by:
descriptionin interfaceCommandsRegistry<NoArg,Void>
-
-