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>updateSqlsprivate final IntegerbatchCountprivate final LongbatchTotalMsprivate final LongbatchMaxMsprivate final List<String>batchSqls
-
Constructor Summary
Constructors Constructor Description P6SpyStatsCollector.BlockStats(Integer queryCount, Long queryTotalMs, Long queryMaxMs, List<String> querySqls, Integer updateCount, Long updateTotalMs, Long updateMaxMs, List<String> updateSqls, Integer batchCount, Long batchTotalMs, Long batchMaxMs, List<String> batchSqls)
-
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()final IntegergetBatchCount()final LonggetBatchTotalMs()final LonggetBatchMaxMs()final List<String>getBatchSqls()-
-
Constructor Detail
-
P6SpyStatsCollector.BlockStats
P6SpyStatsCollector.BlockStats(Integer queryCount, Long queryTotalMs, Long queryMaxMs, List<String> querySqls, Integer updateCount, Long updateTotalMs, Long updateMaxMs, List<String> updateSqls, Integer batchCount, Long batchTotalMs, Long batchMaxMs, List<String> batchSqls)
-
-
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()
-
getBatchCount
final Integer getBatchCount()
-
getBatchTotalMs
final Long getBatchTotalMs()
-
getBatchMaxMs
final Long getBatchMaxMs()
-
getBatchSqls
final List<String> getBatchSqls()
-
-
-
-