Uses of Class
com.facilita.fc.runtime.Metric
-
Packages that use Metric Package Description com.facilita.fc.runtime Contains classes for controlling Virtual Users within a test run. -
-
Uses of Metric in com.facilita.fc.runtime
Methods in com.facilita.fc.runtime that return Metric Modifier and Type Method Description static Metric
Metric. fromString(java.lang.String text)
Initializes an instance of the Metric class, from the passed String value.Metric
MetricCollection. get(java.lang.String metricName)
Retrieves a metric from this collection.Methods in com.facilita.fc.runtime that return types with arguments of type Metric Modifier and Type Method Description java.util.Iterator<Metric>
MetricCollection. iterator()
Method parameters in com.facilita.fc.runtime with type arguments of type Metric Modifier and Type Method Description void
MetricCollection. addMany(java.lang.Iterable<Metric> metrics)
Adds a collection of metrics to this collection.Constructor parameters in com.facilita.fc.runtime with type arguments of type Metric Constructor Description MetricCollection(java.lang.Iterable<Metric> metrics)
Creates aMetricCollection
object from a list of Metrics.
-