Uses of Class
org.apache.ignite.internal.management.cache.CacheDistributionCommandArg
-
Packages that use CacheDistributionCommandArg Package Description org.apache.ignite.internal.commandline.cache.distribution org.apache.ignite.internal.management.cache -
-
Uses of CacheDistributionCommandArg in org.apache.ignite.internal.commandline.cache.distribution
Methods in org.apache.ignite.internal.commandline.cache.distribution that return types with arguments of type CacheDistributionCommandArg Modifier and Type Method Description protected VisorJob<CacheDistributionCommandArg,CacheDistributionNode>CacheDistributionTask. job(CacheDistributionCommandArg arg)Methods in org.apache.ignite.internal.commandline.cache.distribution with parameters of type CacheDistributionCommandArg Modifier and Type Method Description protected VisorJob<CacheDistributionCommandArg,CacheDistributionNode>CacheDistributionTask. job(CacheDistributionCommandArg arg) -
Uses of CacheDistributionCommandArg in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type CacheDistributionCommandArg Modifier and Type Method Description Class<CacheDistributionCommandArg>CacheDistributionCommand. argClass()Methods in org.apache.ignite.internal.management.cache with parameters of type CacheDistributionCommandArg Modifier and Type Method Description Collection<GridClientNode>CacheDistributionCommand. nodes(Collection<GridClientNode> nodes, CacheDistributionCommandArg arg)voidCacheDistributionCommand. printResult(CacheDistributionCommandArg arg, CacheDistributionTaskResult res, Consumer<String> printer)Prints command result to the user.
-