|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 It features a neural system model that is trained with off-line data and a neural controller that is adapted on-line The model can predict one or more service level metrics given a set of configuration, workload, service level metrics and tuning controls The controller can specify one or more tuning control values given a set of configuration, workload, service levels, and current tuning control metrics How to use this 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 It features a neural system model that is trained with off-line data and a neural controller that is adapted on-line The model can predict one or more service level metrics given a set of configuration, workload, service level metrics and tuning controls The controller can specify one or more tuning control values given a set of configuration, workload, service levels, and current tuning control metrics How to use this 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.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |