Uses of Class
org.apache.ignite.internal.management.cache.ContentionTaskResult
-
Packages that use ContentionTaskResult Package Description org.apache.ignite.internal.management.cache -
-
Uses of ContentionTaskResult in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return ContentionTaskResult Modifier and Type Method Description protected @Nullable ContentionTaskResultContentionTask. reduce0(List<ComputeJobResult> list)Actual reduce logic.Methods in org.apache.ignite.internal.management.cache with parameters of type ContentionTaskResult Modifier and Type Method Description voidCacheContentionCommand. printResult(CacheContentionCommandArg arg, ContentionTaskResult res, Consumer<String> printer)Prints command result to the user.
-