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
All Methods Instance Methods Abstract Methods 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
getName
-
Methods inherited from interface io.ebean.meta.MetaTimedMetric
getCount, getLocation, getMax, getMean, getTotal, initialCollection
-
-
-
-
Method Detail
-
setLocation
void setLocation(String location)
Additionally set the location.
-
-