Uses of Class
com.bigdata.service.ServiceScore

Packages that use ServiceScore
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
 

Uses of ServiceScore in com.bigdata.service
 

Fields in com.bigdata.service declared as ServiceScore
protected  ServiceScore[] AbstractServiceLoadHelperWithScores.scores
           
 

Fields in com.bigdata.service with type parameters of type ServiceScore
protected  ConcurrentHashMap<UUID,ServiceScore> LoadBalancerService.activeDataServices
          The set of active services.
 

Methods in com.bigdata.service that return ServiceScore
protected  ServiceScore LoadBalancerService.UpdateTask.computeScore(HostScore hostScore, UUID serviceUUID, ICounterSet hostCounterSet, ICounterSet serviceCounterSet)
          Compute the score for a service.
 

Methods in com.bigdata.service with parameters of type ServiceScore
 int ServiceScore.compareTo(ServiceScore arg0)
          Places elements into order by ascending rawScore.
protected  boolean LoadBalancerService.isHighlyUtilizedDataService(ServiceScore score, ServiceScore[] scores)
           
protected  boolean LoadBalancerService.isHighlyUtilizedDataService(ServiceScore score, ServiceScore[] scores)
           
protected  boolean LoadBalancerService.isUnderUtilizedDataService(ServiceScore score, ServiceScore[] scores)
           
protected  boolean LoadBalancerService.isUnderUtilizedDataService(ServiceScore score, ServiceScore[] scores)
           
protected  boolean LoadBalancerService.ServiceLoadHelperWithoutScores.isUnderUtilizedDataService(ServiceScore score, ServiceScore[] scores)
           
protected  boolean LoadBalancerService.ServiceLoadHelperWithoutScores.isUnderUtilizedDataService(ServiceScore score, ServiceScore[] scores)
           
protected  boolean LoadBalancerService.ServiceLoadHelperWithScores.isUnderUtilizedDataService(ServiceScore score, ServiceScore[] scores)
           
protected  boolean LoadBalancerService.ServiceLoadHelperWithScores.isUnderUtilizedDataService(ServiceScore score, ServiceScore[] scores)
           
protected abstract  boolean AbstractServiceLoadHelper.isUnderUtilizedDataService(ServiceScore score, ServiceScore[] scores)
          Return true iff the service is under-utilized.
protected abstract  boolean AbstractServiceLoadHelper.isUnderUtilizedDataService(ServiceScore score, ServiceScore[] scores)
          Return true iff the service is under-utilized.
protected  void LoadBalancerService.setServiceScores(ServiceScore[] a)
          Normalizes the ServiceScores and set them in place.
 

Constructors in com.bigdata.service with parameters of type ServiceScore
AbstractServiceLoadHelperWithScores(long joinTimeout, UUID knownGood, ServiceScore[] scores)
           
LoadBalancerService.ServiceLoadHelperWithScores(UUID knownGood, ServiceScore[] scores)
           
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.