Uses of Record Class
com.loomcache.server.sharding.RebalancePlan
Packages that use RebalancePlan
-
Uses of RebalancePlan in com.loomcache.server.sharding
Methods in com.loomcache.server.sharding that return RebalancePlanModifier and TypeMethodDescriptionPartitionRebalancer.calculatePlan(int currentGroups, int targetGroups) Calculates a rebalance plan to move from the current group count to the target.Methods in com.loomcache.server.sharding with parameters of type RebalancePlanModifier and TypeMethodDescriptionvoidPartitionRebalancer.executeMigration(RebalancePlan plan) Executes a migration plan, moving data between groups and updating routing.