Package io.ebean.metric
Interface TimedMetricStats
- All Superinterfaces:
MetaMetric,MetaTimedMetric
public interface TimedMetricStats extends MetaTimedMetric
Extend public MetaTimedMetric with ability to set details from profile location.
-
Method Summary
Modifier and Type Method Description voidsetLocation(String location)Additionally set the location.voidsetName(String name)Override the name based on profile location.Methods inherited from interface io.ebean.meta.MetaMetric
getNameMethods inherited from interface io.ebean.meta.MetaTimedMetric
getCount, getLocation, getMax, getMean, getTotal, initialCollection
-
Method Details
-
setLocation
Additionally set the location. -
setName
Override the name based on profile location.
-