ABLE 2.0.0 07/02/2003 10:25:01

Uses of Class
com.ibm.able.autotune.AutotuneMetric

Packages that use AutotuneMetric
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 AutotuneMetric in com.ibm.able.autotune
 

Subclasses of AutotuneMetric in com.ibm.able.autotune
 class AutotuneConfigurationMetric
           
 class AutotuneServiceLevelMetric
           
 class AutotuneTuningControlMetric
           
 class AutotuneWorkloadMetric
           
 

Fields in com.ibm.able.autotune declared as AutotuneMetric
protected  AutotuneMetric AutotuneMetricTarget.metric
           
 

Methods in com.ibm.able.autotune that return AutotuneMetric
 AutotuneMetric[] AutotuneMetricCollection.getMetrics(java.lang.String[] metricNames)
          returns a list of metrics in same order they appear in the metricNames convenience method
 AutotuneMetric AutotuneMetricCollection.getMetric(java.lang.String metricName)
          return the specified metric
 AutotuneMetric AutotuneMetricManager.getMetric(java.lang.String metricName)
          return the specified metric
 AutotuneMetric AutotuneAgentIf.getMetric(java.lang.String metricName)
          Return the metric with the specified name.
 AutotuneMetric AutotuneAgent.getMetric(java.lang.String metricName)
          Return the metric with the specified name.
 

Methods in com.ibm.able.autotune with parameters of type AutotuneMetric
 void AutotuneMetricCollection.addMetric(AutotuneMetric metric)
          add a metric to the Hashtable and corresponding Vector Note: duplicates will be ignored!
 void AutotuneMetricCollection.removeMetric(AutotuneMetric metric)
          remove a metric from the Hashtable and corresponding Vector
 double[] AutotuneMetricCollection.getMetricValues(AutotuneMetric[] metricList)
          returns an array of numeric metric values in the same order they appear in the metricList convenience method
 void AutotuneMetricManager.addMetric(AutotuneMetric metric)
           
 void AutotuneMetricManager.removeMetric(AutotuneMetric metric)
           
 

Constructors in com.ibm.able.autotune with parameters of type AutotuneMetric
AutotuneMetricTarget(AutotuneMetric metric)
           
AutotuneMetricTarget(AutotuneMetric metric, int operation, AbleLiteral targetValue)
           
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003