public class CacheContentionCommand extends Object implements ComputeCommand<CacheContentionCommandArg,ContentionTaskResult>
CMD_NAME_POSTFIX| Constructor and Description |
|---|
CacheContentionCommand() |
| Modifier and Type | Method and Description |
|---|---|
Class<CacheContentionCommandArg> |
argClass() |
String |
description()
Command description.
|
Collection<GridClientNode> |
nodes(Collection<GridClientNode> nodes,
CacheContentionCommandArg arg) |
void |
printResult(CacheContentionCommandArg arg,
ContentionTaskResult res,
Consumer<String> printer)
Prints command result to the user.
|
Class<ContentionTask> |
taskClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfirmationPrompt, deprecationMessagepublic String description()
description in interface Command<CacheContentionCommandArg,ContentionTaskResult>public Class<CacheContentionCommandArg> argClass()
argClass in interface Command<CacheContentionCommandArg,ContentionTaskResult>public Class<ContentionTask> taskClass()
taskClass in interface ComputeCommand<CacheContentionCommandArg,ContentionTaskResult>public Collection<GridClientNode> nodes(Collection<GridClientNode> nodes, CacheContentionCommandArg arg)
nodes in interface ComputeCommand<CacheContentionCommandArg,ContentionTaskResult>nodes - Live nodes.arg - Argument.null means default node must be used.public void printResult(CacheContentionCommandArg arg, ContentionTaskResult res, Consumer<String> printer)
printResult in interface ComputeCommand<CacheContentionCommandArg,ContentionTaskResult>arg - Argument.res - Result.printer - Implementation specific printer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023