protected class LoadBalancerService.RoundRobinServiceLoadHelper extends AbstractRoundRobinServiceLoadHelper
LoadBalancerService
.INFO, log
Modifier | Constructor and Description |
---|---|
protected |
LoadBalancerService.RoundRobinServiceLoadHelper() |
Modifier and Type | Method and Description |
---|---|
protected UUID[] |
awaitServices(int minCount,
long timeout)
Await the availability of at least the specified #of
IDataService s. |
getUnderUtilizedDataServices
protected LoadBalancerService.RoundRobinServiceLoadHelper()
protected UUID[] awaitServices(int minCount, long timeout) throws InterruptedException, TimeoutException
AbstractRoundRobinServiceLoadHelper
IDataService
s.awaitServices
in class AbstractRoundRobinServiceLoadHelper
minCount
- The minimum #of data services.timeout
- The timeout (ms).UUID
s of the IDataService
s
that have been discovered. Note that at least minDataServices
elements will be present in this array but that ALL discovered
data services may be reported.InterruptedException
TimeoutException
AbstractScaleOutFederation.awaitServices(int, long)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.