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 ServerMetricsAsJsonBasicMetricVisitor. asJson()ServerMetricsAsJsonServerMetrics. asJson()Return ServerMetricsAsJson to build the metrics as JSON content.default ServerMetricsAsJsonMetaInfoManager. collectMetricsAsJson()Deprecated.ServerMetricsAsJsonServerMetricsAsJson. withExtraAttributes(boolean withLocation)Set to false in order to exclude profile location and sql.ServerMetricsAsJsonServerMetricsAsJson. withHash(boolean withHash)Set to false in order 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
-