| 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)
|
| 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)
|