Uses of Interface
io.ebean.meta.MetaCountMetric
-
Packages that use MetaCountMetric Package Description io.ebean.meta Meta data that can be retrieved for a Database instance.io.ebean.metric -
-
Uses of MetaCountMetric in io.ebean.meta
Fields in io.ebean.meta with type parameters of type MetaCountMetric Modifier and Type Field Description static Comparator<MetaCountMetric>SortMetric. COUNT_NAMEMethods in io.ebean.meta that return types with arguments of type MetaCountMetric Modifier and Type Method Description List<MetaCountMetric>BasicMetricVisitor. getCountMetrics()List<MetaCountMetric>ServerMetrics. getCountMetrics()Return the Counter metrics.Methods in io.ebean.meta with parameters of type MetaCountMetric Modifier and Type Method Description intSortMetric.CountName. compare(MetaCountMetric o1, MetaCountMetric o2)voidBasicMetricVisitor. visitCount(MetaCountMetric metric)voidMetricVisitor. visitCount(MetaCountMetric metric)Visit a Counter metric. -
Uses of MetaCountMetric in io.ebean.metric
Subinterfaces of MetaCountMetric in io.ebean.metric Modifier and Type Interface Description interfaceCountMetricStats
-