public class WarmUpStopCommand extends Object implements BeforeNodeStartCommand<NoArg,Boolean>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
WarmUpStopCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<NoArg> |
argClass() |
String |
confirmationPrompt(NoArg arg) |
String |
description()
Command description.
|
Boolean |
execute(GridClientBeforeNodeStart cli,
NoArg arg,
Consumer<String> printer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeprecationMessagepublic String description()
description in interface Command<NoArg,Boolean>public String confirmationPrompt(NoArg arg)
confirmationPrompt in interface Command<NoArg,Boolean>arg - Command argument.null it means that confirmation is not needed.public Boolean execute(GridClientBeforeNodeStart cli, NoArg arg, Consumer<String> printer) throws Exception
execute in interface BeforeNodeStartCommand<NoArg,Boolean>cli - Grid client instance.arg - Command argument.printer - Results printer.Exception
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023