static class SimpleLoadBalancer.BalanceInfo extends Object
Modifier and Type | Field and Description |
---|---|
private int |
nextRegionForUnload |
private int |
numRegionsAdded |
Constructor and Description |
---|
SimpleLoadBalancer.BalanceInfo(int nextRegionForUnload,
int numRegionsAdded) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getNextRegionForUnload() |
(package private) int |
getNumRegionsAdded() |
(package private) void |
setNumRegionsAdded(int numAdded) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.