Package net.brdloush.dbstopwatch
Class P6SpyStatsCollector.BlockStats
-
- All Implemented Interfaces:
public final class P6SpyStatsCollector.BlockStats
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerqueryCountprivate final LongqueryTotalMsprivate final LongqueryMaxMsprivate final List<String>querySqlsprivate final IntegerupdateCountprivate final LongupdateTotalMsprivate final LongupdateMaxMsprivate final List<String>updateSqls
-
Method Summary
Modifier and Type Method Description final IntegergetQueryCount()final LonggetQueryTotalMs()final LonggetQueryMaxMs()final List<String>getQuerySqls()final IntegergetUpdateCount()final LonggetUpdateTotalMs()final LonggetUpdateMaxMs()final List<String>getUpdateSqls()-
-
Method Detail
-
getQueryCount
final Integer getQueryCount()
-
getQueryTotalMs
final Long getQueryTotalMs()
-
getQueryMaxMs
final Long getQueryMaxMs()
-
getQuerySqls
final List<String> getQuerySqls()
-
getUpdateCount
final Integer getUpdateCount()
-
getUpdateTotalMs
final Long getUpdateTotalMs()
-
getUpdateMaxMs
final Long getUpdateMaxMs()
-
getUpdateSqls
final List<String> getUpdateSqls()
-
-
-
-