Uses of Class
org.apache.ignite.internal.commandline.cache.distribution.CacheDistributionNode
-
Packages that use CacheDistributionNode Package Description org.apache.ignite.internal.commandline.cache.distribution -
-
Uses of CacheDistributionNode in org.apache.ignite.internal.commandline.cache.distribution
Methods in org.apache.ignite.internal.commandline.cache.distribution that return types with arguments of type CacheDistributionNode Modifier and Type Method Description protected VisorJob<CacheDistributionCommandArg,CacheDistributionNode>CacheDistributionTask. job(CacheDistributionCommandArg arg)Collection<CacheDistributionNode>CacheDistributionTaskResult. jobResults()Constructor parameters in org.apache.ignite.internal.commandline.cache.distribution with type arguments of type CacheDistributionNode Constructor Description CacheDistributionTaskResult(List<CacheDistributionNode> nodeResList, Map<UUID,Exception> exceptions)
-