TinyBase logoTinyBase

Getter methods

This is the collection of getter methods within the Metrics interface. There are 5 getter methods in total.

getStore

The getStore method returns a reference to the underlying Store that is backing this Metrics object.

getTableId

The getTableId method returns the Id of the underlying Table that is backing a Metric.

getMetric

The getMetric method gets the current value of a Metric.

getMetricIds

The getMetricIds method returns an array of the Metric Ids registered with this Metrics object.

hasMetric

The hasMetric method returns a boolean indicating whether a given Metric exists in the Metrics object, and has a value.