public interface JdbcSqlStatMBean
Modifier and Type | Method and Description |
---|---|
long |
getConcurrentMax() |
long |
getErrorCount() |
long |
getExecuteBatchSizeMax() |
long |
getExecuteBatchSizeTotal() |
long |
getExecuteCount() |
Date |
getExecuteErrorLastTime() |
Date |
getExecuteLastStartTime() |
long |
getExecuteMillisMax() |
long |
getExecuteMillisTotal() |
Date |
getExecuteNanoSpanMaxOccurTime() |
long |
getExecuteSuccessCount() |
long |
getFetchRowCount() |
String |
getFile() |
long |
getId() |
String |
getName() |
long |
getRunningCount() |
String |
getSql() |
long |
getUpdateCount() |
void |
reset() |
String getSql()
Date getExecuteLastStartTime()
Date getExecuteNanoSpanMaxOccurTime()
Date getExecuteErrorLastTime()
long getExecuteBatchSizeTotal()
long getExecuteBatchSizeMax()
long getExecuteSuccessCount()
long getExecuteMillisTotal()
long getExecuteMillisMax()
long getErrorCount()
long getConcurrentMax()
long getRunningCount()
String getName()
String getFile()
void reset()
long getFetchRowCount()
long getUpdateCount()
long getExecuteCount()
long getId()
Copyright © 2013–2017 Alibaba Group. All rights reserved.