Class BaselineSetCommand
- java.lang.Object
-
- org.apache.ignite.internal.management.baseline.AbstractBaselineCommand
-
- org.apache.ignite.internal.management.baseline.BaselineSetCommand
-
- All Implemented Interfaces:
Command<BaselineCommand.BaselineTaskArg,BaselineTaskResult>,ComputeCommand<BaselineCommand.BaselineTaskArg,BaselineTaskResult>
public class BaselineSetCommand extends AbstractBaselineCommand
-
-
Field Summary
-
Fields inherited from interface org.apache.ignite.internal.management.api.Command
CMD_NAME_POSTFIX
-
-
Constructor Summary
Constructors Constructor Description BaselineSetCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<BaselineSetCommandArg>argClass()StringconfirmationPrompt(BaselineCommand.BaselineTaskArg arg)Stringdescription()Command description.-
Methods inherited from class org.apache.ignite.internal.management.baseline.AbstractBaselineCommand
nodes, printResult, taskClass
-
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
deprecationMessage
-
Methods inherited from interface org.apache.ignite.internal.management.api.ComputeCommand
handleException
-
-
-
-
Method Detail
-
description
public String description()
Command description.
-
confirmationPrompt
public String confirmationPrompt(BaselineCommand.BaselineTaskArg arg)
- Parameters:
arg- Command argument.- Returns:
- Message text to show user for. If
nullit means that confirmation is not needed.
-
argClass
public Class<BaselineSetCommandArg> argClass()
- Returns:
- Arguments class.
-
-