Uses of Interface
io.ebean.meta.MetaMetric
-
Packages that use MetaMetric Package Description io.ebean.meta Meta data that can be retrieved for a Database instance.io.ebean.metric -
-
Uses of MetaMetric in io.ebean.meta
Subinterfaces of MetaMetric in io.ebean.meta Modifier and Type Interface Description interface
MetaCountMetric
Count metrics.interface
MetaQueryMetric
Query execution metrics.interface
MetaTimedMetric
Timed execution statistics. -
Uses of MetaMetric in io.ebean.metric
Subinterfaces of MetaMetric in io.ebean.metric Modifier and Type Interface Description interface
CountMetricStats
interface
TimedMetricStats
Extend public MetaTimedMetric with ability to set details from profile location.
-