Uses of Class
org.apache.ignite.internal.commandline.cache.distribution.CacheDistributionPartition
-
Packages that use CacheDistributionPartition Package Description org.apache.ignite.internal.commandline.cache.distribution -
-
Uses of CacheDistributionPartition in org.apache.ignite.internal.commandline.cache.distribution
Methods in org.apache.ignite.internal.commandline.cache.distribution that return types with arguments of type CacheDistributionPartition Modifier and Type Method Description List<CacheDistributionPartition>CacheDistributionGroup. getPartitions()Method parameters in org.apache.ignite.internal.commandline.cache.distribution with type arguments of type CacheDistributionPartition Modifier and Type Method Description voidCacheDistributionGroup. setPartitions(List<CacheDistributionPartition> partitions)Constructor parameters in org.apache.ignite.internal.commandline.cache.distribution with type arguments of type CacheDistributionPartition Constructor Description CacheDistributionGroup(int grpId, String grpName, List<CacheDistributionPartition> partitions)
-