Uses of Interface
io.ebean.meta.MetaTimedMetric
-
Packages that use MetaTimedMetric Package Description io.ebean.meta Meta data that can be retrieved for a Database instance.io.ebean.metric -
-
Uses of MetaTimedMetric in io.ebean.meta
Subinterfaces of MetaTimedMetric in io.ebean.meta Modifier and Type Interface Description interfaceMetaQueryMetricQuery execution metrics.Fields in io.ebean.meta with type parameters of type MetaTimedMetric Modifier and Type Field Description static Comparator<MetaTimedMetric>SortMetric. COUNTstatic Comparator<MetaTimedMetric>SortMetric. MAXstatic Comparator<MetaTimedMetric>SortMetric. MEANstatic Comparator<MetaTimedMetric>SortMetric. NAMEstatic Comparator<MetaTimedMetric>SortMetric. TOTALMethods in io.ebean.meta that return types with arguments of type MetaTimedMetric Modifier and Type Method Description List<MetaTimedMetric>BasicMetricVisitor. getTimedMetrics()List<MetaTimedMetric>ServerMetrics. getTimedMetrics()Return timed metrics for Transactions, labelled SqlQuery, labelled SqlUpdate.Methods in io.ebean.meta with parameters of type MetaTimedMetric Modifier and Type Method Description intSortMetric.Count. compare(MetaTimedMetric o1, MetaTimedMetric o2)intSortMetric.Max. compare(MetaTimedMetric o1, MetaTimedMetric o2)intSortMetric.Mean. compare(MetaTimedMetric o1, MetaTimedMetric o2)intSortMetric.Name. compare(MetaTimedMetric o1, MetaTimedMetric o2)intSortMetric.Total. compare(MetaTimedMetric o1, MetaTimedMetric o2)voidBasicMetricVisitor. visitTimed(MetaTimedMetric metric)voidMetricVisitor. visitTimed(MetaTimedMetric metric)Visit transaction metrics (and L2 cache metrics in future).Method parameters in io.ebean.meta with type arguments of type MetaTimedMetric Modifier and Type Method Description ServerMetricsAsJsonServerMetricsAsJson. withSort(Comparator<MetaTimedMetric> sortBy)Set the sort property - see SortMetric -
Uses of MetaTimedMetric in io.ebean.metric
Subinterfaces of MetaTimedMetric in io.ebean.metric Modifier and Type Interface Description interfaceTimedMetricStatsExtend public MetaTimedMetric with ability to set details from profile location.
-