Getter methods
getStore
The getStore
method returns a reference to the underlying Store
that is backing this Metrics
object. Read more.
getTableId
The getTableId
method returns the Id
of the underlying Table
that is backing a Metric
. Read more.
getMetric
The getMetric
method gets the current value of a Metric
. Read more.
getMetricIds
The getMetricIds
method returns an array of the Metric
Ids
registered with this Metrics
object. Read more.
hasMetric
The hasMetric
method returns a boolean indicating whether a given Metric
exists in the Metrics
object, and has a value. Read more.