public class DruidDataSourceStatValue extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
activeCount |
protected int |
activePeak |
protected long |
activePeakTime |
protected long |
blobOpenCount |
protected long |
clobOpenCount |
protected long |
closeCount |
protected long |
commitCount |
protected long |
connectCount |
protected long[] |
connectionHoldTimeHistogram |
protected String |
dbType |
protected boolean |
defaultAutoCommit |
protected boolean |
defaultReadOnly |
protected Integer |
defaultTransactionIsolation |
protected String |
driverClassName |
protected long |
errorCount |
protected String |
exceptionSorterClassName |
protected long |
executeCount |
protected List<String> |
filterClassNames |
protected int |
initialSize |
protected long |
keepAliveCheckCount |
protected long |
logicConnectErrorCount |
protected int |
loginTimeout |
protected int |
maxActive |
protected int |
minIdle |
protected String |
name |
protected long |
notEmptyWaitCount |
protected long |
notEmptyWaitNanos |
protected long |
physicalCloseCount |
protected long |
physicalConnectCount |
protected long |
physicalConnectErrorCount |
protected int |
poolingCount |
protected int |
poolingPeak |
protected long |
poolingPeakTime |
protected long |
pstmtCacheHitCount |
protected long |
pstmtCacheMissCount |
protected int |
queryTimeout |
protected boolean |
removeAbandoned |
protected long |
rollbackCount |
protected List<JdbcSqlStatValue> |
sqlList |
protected long |
sqlSkipCount |
protected long |
startTransactionCount |
protected boolean |
testOnBorrow |
protected boolean |
testOnReturn |
protected boolean |
testWhileIdle |
protected int |
transactionQueryTimeout |
protected long |
txn_0_1 |
protected long |
txn_1_10 |
protected long |
txn_10_100 |
protected long |
txn_100_1000 |
protected long |
txn_1000_10000 |
protected long |
txn_10000_100000 |
protected long |
txn_more |
protected String |
url |
protected String |
userName |
protected String |
validConnectionCheckerClassName |
protected long |
waitThreadCount |
| 构造器和说明 |
|---|
DruidDataSourceStatValue() |
protected String name
protected String dbType
protected String driverClassName
protected String url
protected String userName
protected boolean removeAbandoned
protected int initialSize
protected int minIdle
protected int maxActive
protected int queryTimeout
protected int transactionQueryTimeout
protected int loginTimeout
protected String validConnectionCheckerClassName
protected String exceptionSorterClassName
protected boolean testOnBorrow
protected boolean testOnReturn
protected boolean testWhileIdle
protected boolean defaultAutoCommit
protected boolean defaultReadOnly
protected Integer defaultTransactionIsolation
protected int activeCount
protected int activePeak
protected long activePeakTime
protected int poolingCount
protected int poolingPeak
protected long poolingPeakTime
protected long connectCount
protected long closeCount
protected long waitThreadCount
protected long notEmptyWaitCount
protected long notEmptyWaitNanos
protected long logicConnectErrorCount
protected long physicalConnectCount
protected long physicalCloseCount
protected long physicalConnectErrorCount
protected long executeCount
protected long errorCount
protected long commitCount
protected long rollbackCount
protected long pstmtCacheHitCount
protected long pstmtCacheMissCount
protected long startTransactionCount
protected long keepAliveCheckCount
protected long[] connectionHoldTimeHistogram
protected long txn_0_1
protected long txn_1_10
protected long txn_10_100
protected long txn_100_1000
protected long txn_1000_10000
protected long txn_10000_100000
protected long txn_more
protected long clobOpenCount
protected long blobOpenCount
protected long sqlSkipCount
protected List<JdbcSqlStatValue> sqlList
public Date getPoolingPeakTime()
public long getSqlSkipCount()
public void setSqlSkipCount(long sqlSkipCount)
public Date getActivePeakTime()
public long getNotEmptyWaitMillis()
public String getName()
public void setName(String name)
public String getDbType()
public void setDbType(String dbType)
public String getDriverClassName()
public void setDriverClassName(String driverClassName)
public String getUrl()
public void setUrl(String url)
public String getUserName()
public void setUserName(String userName)
public boolean isRemoveAbandoned()
public void setRemoveAbandoned(boolean removeAbandoned)
public int getInitialSize()
public void setInitialSize(int initialSize)
public int getMinIdle()
public void setMinIdle(int minIdle)
public int getMaxActive()
public void setMaxActive(int maxActive)
public int getQueryTimeout()
public void setQueryTimeout(int queryTimeout)
public int getTransactionQueryTimeout()
public void setTransactionQueryTimeout(int transactionQueryTimeout)
public int getLoginTimeout()
public void setLoginTimeout(int loginTimeout)
public String getValidConnectionCheckerClassName()
public void setValidConnectionCheckerClassName(String validConnectionCheckerClassName)
public String getExceptionSorterClassName()
public void setExceptionSorterClassName(String exceptionSorterClassName)
public boolean isTestOnBorrow()
public void setTestOnBorrow(boolean testOnBorrow)
public boolean isTestOnReturn()
public void setTestOnReturn(boolean testOnReturn)
public boolean isTestWhileIdle()
public void setTestWhileIdle(boolean testWhileIdle)
public boolean isDefaultAutoCommit()
public void setDefaultAutoCommit(boolean defaultAutoCommit)
public boolean isDefaultReadOnly()
public void setDefaultReadOnly(boolean defaultReadOnly)
public Integer getDefaultTransactionIsolation()
public void setDefaultTransactionIsolation(Integer defaultTransactionIsolation)
public int getActiveCount()
public void setActiveCount(int activeCount)
public int getActivePeak()
public void setActivePeak(int activePeak)
public int getPoolingCount()
public void setPoolingCount(int poolingCount)
public int getPoolingPeak()
public void setPoolingPeak(int poolingPeak)
public long getConnectCount()
public void setConnectCount(long connectCount)
public long getCloseCount()
public void setCloseCount(long closeCount)
public long getWaitThreadCount()
public void setWaitThreadCount(long waitThreadCount)
public long getNotEmptyWaitCount()
public void setNotEmptyWaitCount(long notEmptyWaitCount)
public long getNotEmptyWaitNanos()
public void setNotEmptyWaitNanos(long notEmptyWaitNanos)
public long getLogicConnectErrorCount()
public void setLogicConnectErrorCount(long logicConnectErrorCount)
public long getPhysicalConnectCount()
public void setPhysicalConnectCount(long physicalConnectCount)
public long getPhysicalCloseCount()
public void setPhysicalCloseCount(long physicalCloseCount)
public long getPhysicalConnectErrorCount()
public void setPhysicalConnectErrorCount(long physicalConnectErrorCount)
public long getExecuteCount()
public void setExecuteCount(long executeCount)
public long getErrorCount()
public void setErrorCount(long errorCount)
public long getCommitCount()
public void setCommitCount(long commitCount)
public long getRollbackCount()
public void setRollbackCount(long rollbackCount)
public long getPstmtCacheHitCount()
public void setPstmtCacheHitCount(long pstmtCacheHitCount)
public long getPstmtCacheMissCount()
public void setPstmtCacheMissCount(long pstmtCacheMissCount)
public long getStartTransactionCount()
public void setStartTransactionCount(long startTransactionCount)
public long[] getTransactionHistogram()
public void setTransactionHistogram(long[] values)
public long[] getConnectionHoldTimeHistogram()
public void setConnectionHoldTimeHistogram(long[] connectionHoldTimeHistogram)
public long getClobOpenCount()
public void setClobOpenCount(long clobOpenCount)
public long getBlobOpenCount()
public void setBlobOpenCount(long blobOpenCount)
public List<JdbcSqlStatValue> getSqlList()
public void setSqlList(List<JdbcSqlStatValue> sqlList)
public void setActivePeakTime(long activePeakTime)
public void setPoolingPeakTime(long poolingPeakTime)
public long getKeepAliveCheckCount()
public void setKeepAliveCheckCount(long keepAliveCheckCount)
Copyright © 2013–2019 Alibaba Group. All rights reserved.