Uses of Class
org.apache.ignite.internal.commandline.cache.distribution.CacheDistributionGroup
-
Packages that use CacheDistributionGroup Package Description org.apache.ignite.internal.commandline.cache.distribution -
-
Uses of CacheDistributionGroup in org.apache.ignite.internal.commandline.cache.distribution
Methods in org.apache.ignite.internal.commandline.cache.distribution that return types with arguments of type CacheDistributionGroup Modifier and Type Method Description List<CacheDistributionGroup>CacheDistributionNode. getGroups()Method parameters in org.apache.ignite.internal.commandline.cache.distribution with type arguments of type CacheDistributionGroup Modifier and Type Method Description voidCacheDistributionNode. setGroups(List<CacheDistributionGroup> groups)Constructor parameters in org.apache.ignite.internal.commandline.cache.distribution with type arguments of type CacheDistributionGroup Constructor Description CacheDistributionNode(UUID nodeId, String addrs, Map<String,String> userAttrs, List<CacheDistributionGroup> groups)
-