ABLE 2.3.0 07/13/2005 14:21:00

Uses of Interface
com.ibm.able.autotune.AutotuneController

Packages that use AutotuneController
com.ibm.able.autotune AutoTune is an agent-based approach to automated tuning that does not require prior knowledge of the controlled system that is being tuned. 
 

Uses of AutotuneController in com.ibm.able.autotune
 

Classes in com.ibm.able.autotune that implement AutotuneController
 class BaseAutotuneController
           
 class BasicNeuralAutotuneController
          This class implements a basic neural controller.
 class Fuzzy2WayLoadBalanceController
          This autotune controller uses fuzzy rules to balance the load between two service level metrics, using a single control value
 class Neural2WayLoadBalanceController
          This class implements a basic neural controller.
 

Fields in com.ibm.able.autotune declared as AutotuneController
protected  AutotuneController AutotuneAgent.masterController
          The controller that gets called each time the autotune agent is processed.
 

Methods in com.ibm.able.autotune that return AutotuneController
 AutotuneController AutotuneAgentIf.getMasterController()
          Return the controller serving as masterController in this agent.
 AutotuneController AutotuneAgent.getMasterController()
          Return the controller serving as masterController in this agent.
 

Methods in com.ibm.able.autotune with parameters of type AutotuneController
 void AutotuneAgentIf.setMasterController(AutotuneController controller)
          Select which controller should be master.
 void AutotuneAgent.setMasterController(AutotuneController controller)
          Select which controller should be master.
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005