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