Uses of Interface
io.ebean.meta.ServerMetricsAsJson
Packages that use ServerMetricsAsJson
-
Uses of ServerMetricsAsJson in io.ebean.meta
Methods in io.ebean.meta that return ServerMetricsAsJsonModifier and TypeMethodDescriptionBasicMetricVisitor.asJson()
ServerMetrics.asJson()
Return ServerMetricsAsJson to build the metrics as JSON content.ServerMetricsAsJson.withExtraAttributes
(boolean withLocation) Set to false in order to exclude profile location and sql.ServerMetricsAsJson.withHash
(boolean withHash) Set to false in order to exclude SQL hash.ServerMetricsAsJson.withHeader
(boolean withHeader) Set to include a heading of the database name.ServerMetricsAsJson.withNewLine
(boolean withNewLine) Set the new line character to use.ServerMetricsAsJson.withSort
(Comparator<MetaTimedMetric> sortBy) Set the sort property - see SortMetric