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 ServerMetricsAsJson
MetaInfoManager. collectMetricsAsJson()
Collect the metrics in raw JSON form.ServerMetricsAsJson
ServerMetricsAsJson. withExtraAttributes(boolean withLocation)
Set to false to exclude profile location and sql.ServerMetricsAsJson
ServerMetricsAsJson. withHash(boolean withHash)
Set to false to exclude SQL hash.ServerMetricsAsJson
ServerMetricsAsJson. withHeader(boolean withHeader)
Set to include a heading of the database name.ServerMetricsAsJson
ServerMetricsAsJson. withNewLine(boolean withNewLine)
Set the new line character to use.ServerMetricsAsJson
ServerMetricsAsJson. withSort(Comparator<MetaTimedMetric> sortBy)
Set the sort property - see SortMetric
-