Uses of Class
com.berryworks.jquantify.Metric
-
Packages that use Metric Package Description com.berryworks.jquantify Contains classes used to count events, both point-in-time events as well as session-oriented events having measurable duration, and efficiently provide lightweight statistics on their frequency, duration, and concurrency.com.berryworks.jquantify.util -
-
Uses of Metric in com.berryworks.jquantify
Subclasses of Metric in com.berryworks.jquantify Modifier and Type Class Description classEventCounterThis class is used to count and observe the frequency of events.classSessionCounterThis class is used to count and observe the frequency, duration, and concurrency of events that have distinct start/stop times.Methods in com.berryworks.jquantify that return Metric Modifier and Type Method Description static MetricMetricRepository. get(String inLabel)Gets aMetricwith a specified label.MetricMetricRepository. getMetric(String inLabel)Gets aMetricwith a specified label.Methods in com.berryworks.jquantify with parameters of type Metric Modifier and Type Method Description static voidMetricRepository. put(Metric inMetric)Places an instance ofMetricinto the repository.voidMetricRepository. putMetric(Metric inMetric)Places an instance ofMetricinto the repository. -
Uses of Metric in com.berryworks.jquantify.util
Subclasses of Metric in com.berryworks.jquantify.util Modifier and Type Class Description classVMUsageA subclass ofMetricthat observes memory usage and number of threads for the VM.Methods in com.berryworks.jquantify.util with parameters of type Metric Modifier and Type Method Description static StringFormat. asHtmlTable(Metric... metrics)static StringFormat. metricAsCSV(Metric inMetric)
-