Uses of Class
org.apache.ignite.internal.management.cache.CacheContentionCommandArg
-
Packages that use CacheContentionCommandArg Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheContentionCommandArg in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type CacheContentionCommandArg Modifier and Type Method Description Class<CacheContentionCommandArg>CacheContentionCommand. argClass()protected VisorJob<CacheContentionCommandArg,ContentionJobResult>ContentionTask. job(CacheContentionCommandArg arg)Methods in org.apache.ignite.internal.management.cache with parameters of type CacheContentionCommandArg Modifier and Type Method Description protected VisorJob<CacheContentionCommandArg,ContentionJobResult>ContentionTask. job(CacheContentionCommandArg arg)Collection<GridClientNode>CacheContentionCommand. nodes(Collection<GridClientNode> nodes, CacheContentionCommandArg arg)voidCacheContentionCommand. printResult(CacheContentionCommandArg arg, ContentionTaskResult res, Consumer<String> printer)Prints command result to the user.
-