Uses of Class
org.ow2.jasmine.monitoring.mbeancmd.audit.Metric

Packages that use Metric
org.ow2.jasmine.monitoring.mbeancmd.audit   
org.ow2.jasmine.monitoring.mbeancmd.audit.util   
 

Uses of Metric in org.ow2.jasmine.monitoring.mbeancmd.audit
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.audit that return Metric
static Metric Metric.delta(Metric current, Metric baseline, java.lang.String attr)
          Computes the difference between a current and a baseline metric attribute If attr is absent in current, or is not numeric, the value is null.
static Metric Metric.newInstance(java.lang.String radical)
           
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.audit that return types with arguments of type Metric
 java.util.HashMap<java.lang.String,Metric> FileCollector.getBaseline()
           
 java.util.LinkedList<Metric> FileCollector.getPoll()
           
 java.util.LinkedList<Metric> Collector.getPoll(PollID id)
          Get the metrics collected by the poll identified by id
 java.util.LinkedList<Metric> FileCollector.getStats(java.lang.String attr)
          Builds a LinkedList of metrics from the computed statistics Each metrics as a list of attributes derived from attr through the scan - average: mean value for the full scan - averageNonZero: mean value, considering only non null values - minNotzero: the minimal not null value - max: maximum value
 java.util.TreeSet<Metric> MetricSorter.sort(java.util.LinkedList<Metric> metrics, java.lang.String attribute)
           
 java.util.TreeSet<Metric> MetricSorter.sort(java.util.LinkedList<Metric> metrics, java.lang.String attribute, int sortMode)
           
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.audit with parameters of type Metric
 int MetricComparator.compare(Metric m1, Metric m2)
           
static Metric Metric.delta(Metric current, Metric baseline, java.lang.String attr)
          Computes the difference between a current and a baseline metric attribute If attr is absent in current, or is not numeric, the value is null.
 

Method parameters in org.ow2.jasmine.monitoring.mbeancmd.audit with type arguments of type Metric
static void MetricSorter.printMetrics(java.io.PrintStream pout, java.util.TreeSet<Metric> tset, java.lang.String attribute)
           
static void MetricSorter.printMetrics(java.io.PrintStream pout, java.util.TreeSet<Metric> tset, java.lang.String attribute, boolean printZeroValue)
           
static void MetricSorter.printMetrics(java.io.PrintStream pout, java.util.TreeSet<Metric> tset, java.lang.String attribute, boolean printZeroValue, boolean printStats)
           
 void MetricSorter.setBaseline(java.util.HashMap<java.lang.String,Metric> m)
           
 void MetricSorter.setBaseline(java.util.LinkedList<Metric> l)
           
 java.util.TreeSet<Metric> MetricSorter.sort(java.util.LinkedList<Metric> metrics, java.lang.String attribute)
           
 java.util.TreeSet<Metric> MetricSorter.sort(java.util.LinkedList<Metric> metrics, java.lang.String attribute, int sortMode)
           
 

Uses of Metric in org.ow2.jasmine.monitoring.mbeancmd.audit.util
 

Method parameters in org.ow2.jasmine.monitoring.mbeancmd.audit.util with type arguments of type Metric
static double MetricMath.sum(java.lang.String attr, java.util.LinkedList<Metric> l)
          Computes the sum of the attr attribute for all metrics in l.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.