Uses of Class
org.apache.ignite.internal.management.diagnostic.PageLocksResult
-
Packages that use PageLocksResult Package Description org.apache.ignite.internal.management.diagnostic -
-
Uses of PageLocksResult in org.apache.ignite.internal.management.diagnostic
Methods in org.apache.ignite.internal.management.diagnostic that return types with arguments of type PageLocksResult Modifier and Type Method Description protected VisorJob<DiagnosticPagelocksCommandArg,PageLocksResult>PageLocksTask. job(DiagnosticPagelocksCommandArg arg)protected @Nullable Map<ClusterNode,PageLocksResult>PageLocksTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.Method parameters in org.apache.ignite.internal.management.diagnostic with type arguments of type PageLocksResult Modifier and Type Method Description voidDiagnosticPagelocksCommand. printResult(DiagnosticPagelocksCommandArg arg, Map<ClusterNode,PageLocksResult> res, Consumer<String> printer)Prints command result to the user.
-