Uses of Class
org.apache.ignite.internal.management.diagnostic.DiagnosticPagelocksCommandArg
-
Packages that use DiagnosticPagelocksCommandArg Package Description org.apache.ignite.internal.management.diagnostic -
-
Uses of DiagnosticPagelocksCommandArg in org.apache.ignite.internal.management.diagnostic
Methods in org.apache.ignite.internal.management.diagnostic that return types with arguments of type DiagnosticPagelocksCommandArg Modifier and Type Method Description Class<DiagnosticPagelocksCommandArg>DiagnosticPagelocksCommand. argClass()protected VisorJob<DiagnosticPagelocksCommandArg,PageLocksResult>PageLocksTask. job(DiagnosticPagelocksCommandArg arg)Methods in org.apache.ignite.internal.management.diagnostic with parameters of type DiagnosticPagelocksCommandArg Modifier and Type Method Description protected VisorJob<DiagnosticPagelocksCommandArg,PageLocksResult>PageLocksTask. job(DiagnosticPagelocksCommandArg arg)Collection<GridClientNode>DiagnosticPagelocksCommand. nodes(Collection<GridClientNode> nodes, DiagnosticPagelocksCommandArg arg)voidDiagnosticPagelocksCommand. printResult(DiagnosticPagelocksCommandArg arg, Map<ClusterNode,PageLocksResult> res, Consumer<String> printer)Prints command result to the user.
-