Package io.ebean.meta
Meta data that can be retrieved for a Database instance.
-
Interface Summary Interface Description MetaCountMetric Count metrics.MetaInfoManager Provides access to the meta data in Database such as query execution statistics.MetaMetric Metrics collected by Ebean including timed metrics and counters.MetaQueryMetric Query execution metrics.MetaQueryPlan Meta data for captured query plan.MetaTimedMetric Timed execution statistics.MetricVisitor Defines visitor to read and report the transaction and query metrics.ServerMetrics Metrics of the Database instance.ServerMetricsAsJson Collect the metrics in raw JSON form. -
Class Summary Class Description AbstractMetricVisitor An abstract MetricVisitor that handles the boolean flags - reset, collectTransactionMetrics and collectQueryMetrics.BasicMetricVisitor A simple MetricVisitor that can collect the desired metrics into lists.MetricData An individual metric.QueryPlanInit Initiate query plan collection for plans by their hash or all query plans.QueryPlanRequest Request used to capture query plans.SortMetric Comparator for timed metrics sorted by name and then count.SortMetric.Count Sort by count desc.SortMetric.CountName Sort MetaCountMetric's by name.SortMetric.Max Sort by max desc.SortMetric.Mean Sort by mean desc.SortMetric.Name Sort by name.SortMetric.Total Sort by total time desc.