Uses of Interface
io.ebean.meta.ServerMetricsAsJson
-
Packages that use ServerMetricsAsJson Package Description io.ebean.meta Meta data that can be retrieved for a Database instance. -
-
Uses of ServerMetricsAsJson in io.ebean.meta
Methods in io.ebean.meta that return ServerMetricsAsJson Modifier and Type Method Description ServerMetricsAsJsonMetaInfoManager. collectMetricsAsJson()Collect the metrics in raw JSON form.ServerMetricsAsJsonServerMetricsAsJson. withExtraAttributes(boolean withLocation)Set to false to exclude profile location and sql.ServerMetricsAsJsonServerMetricsAsJson. withHash(boolean withHash)Set to false to exclude SQL hash.ServerMetricsAsJsonServerMetricsAsJson. withHeader(boolean withHeader)Set to include a heading of the database name.ServerMetricsAsJsonServerMetricsAsJson. withNewLine(boolean withNewLine)Set the new line character to use.ServerMetricsAsJsonServerMetricsAsJson. withSort(Comparator<MetaTimedMetric> sortBy)Set the sort property - see SortMetric
-