Uses of Interface
com.bigdata.service.ILoadBalancerService

Packages that use ILoadBalancerService
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini   
com.bigdata.service.jini.lookup   
 

Uses of ILoadBalancerService in com.bigdata.resources
 

Methods in com.bigdata.resources that return ILoadBalancerService
protected  ILoadBalancerService AsynchronousOverflowTask.getLoadBalancerService()
          Return the ILoadBalancerService if it can be discovered.
 

Methods in com.bigdata.resources with parameters of type ILoadBalancerService
protected  boolean CompactingMergeTask.shouldMove(ILoadBalancerService loadBalancerService)
          Figure out if this data service is considered to be highly utilized, in which case the DS should shed some index partitions.
protected  boolean AsynchronousOverflowTask.shouldMove(ILoadBalancerService loadBalancerService)
          Figure out if this data service is considered to be highly utilized, in which case the DS should shed some index partitions.
 

Uses of ILoadBalancerService in com.bigdata.service
 

Classes in com.bigdata.service that implement ILoadBalancerService
 class LoadBalancerService
          The LoadBalancerService collects a variety of performance counters from hosts and services, identifies over- and under- utilized hosts and services based on the collected data and reports those to DataService s so that they can auto-balance, and acts as a clearing house for WARN and URGENT alerts for hosts and services.
 

Methods in com.bigdata.service that return ILoadBalancerService
 ILoadBalancerService IBigdataFederation.getLoadBalancerService()
          Return the load balancer service (or a proxy for that service).
 

Uses of ILoadBalancerService in com.bigdata.service.jini
 

Classes in com.bigdata.service.jini that implement ILoadBalancerService
static class LoadBalancerServer.AdministrableLoadBalancer
          Adds jini administration interfaces to the basic LoadBalancerService.
 

Methods in com.bigdata.service.jini that return ILoadBalancerService
 ILoadBalancerService JiniFederation.getLoadBalancerService()
           
 

Uses of ILoadBalancerService in com.bigdata.service.jini.lookup
 

Methods in com.bigdata.service.jini.lookup that return ILoadBalancerService
 ILoadBalancerService LoadBalancerClient.getLoadBalancerService()
          Return the ILoadBalancerService service from the cache -or- null if there is no such service in the cache and a remote lookup times out.
 



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