public class PerformanceStatisticsStartCommand extends Object implements ComputeCommand<IgniteDataTransferObject,String>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
PerformanceStatisticsStartCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<PerformanceStatisticsCommand.PerformanceStatisticsStartCommandArg> |
argClass() |
String |
description()
Command description.
|
void |
printResult(IgniteDataTransferObject arg,
String res,
Consumer<String> printer)
Prints command result to the user.
|
Class<PerformanceStatisticsTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnodesconfirmationPrompt, deprecationMessagepublic String description()
description in interface Command<IgniteDataTransferObject,String>public Class<PerformanceStatisticsCommand.PerformanceStatisticsStartCommandArg> argClass()
argClass in interface Command<IgniteDataTransferObject,String>public Class<PerformanceStatisticsTask> taskClass()
taskClass in interface ComputeCommand<IgniteDataTransferObject,String>public void printResult(IgniteDataTransferObject arg, String res, Consumer<String> printer)
printResult in interface ComputeCommand<IgniteDataTransferObject,String>arg - Argument.res - Result.printer - Implementation specific printer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023