Uses of Package
io.ebean.meta
-
Packages that use io.ebean.meta Package Description io.ebean io.ebean.cache Server Cache Serviceio.ebean.meta Meta data that can be retrieved for a Database instance.io.ebean.metric -
Classes in io.ebean.meta used by io.ebean Class Description MetaInfoManager Provides access to the meta data in Database such as query execution statistics. -
Classes in io.ebean.meta used by io.ebean.cache Class Description MetricVisitor Defines visitor to read and report the transaction and query metrics. -
Classes in io.ebean.meta used by io.ebean.meta 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.MetaCountMetric Count metrics.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.MetricData An individual metric.MetricVisitor Defines visitor to read and report the transaction and query metrics.QueryPlanInit Initiate query plan collection for plans by their hash or all query plans.QueryPlanRequest Request used to capture query plans.ServerMetrics Metrics of the Database instance.ServerMetricsAsJson Collect the metrics in raw JSON form. -
Classes in io.ebean.meta used by io.ebean.metric Class Description MetaCountMetric Count metrics.MetaMetric Metrics collected by Ebean including timed metrics and counters.MetaQueryMetric Query execution metrics.MetaTimedMetric Timed execution statistics.MetricVisitor Defines visitor to read and report the transaction and query metrics.