public class WebURIStatValue extends Object
| 构造器和说明 |
|---|
WebURIStatValue() |
protected String uri
protected int runningCount
protected int concurrentMax
protected long requestCount
protected long requestTimeNano
protected long requestTimeNanoMax
protected Date requestTimeNanoMaxOccurTime
protected long jdbcFetchRowCount
protected long jdbcFetchRowPeak
protected long jdbcUpdateCount
protected long jdbcUpdatePeak
protected long jdbcExecuteCount
protected long jdbcExecuteErrorCount
protected long jdbcExecutePeak
protected long jdbcExecuteTimeNano
protected long jdbcCommitCount
protected long jdbcRollbackCount
protected long jdbcPoolConnectionOpenCount
protected long jdbcPoolConnectionCloseCount
protected long jdbcResultSetOpenCount
protected long jdbcResultSetCloseCount
protected long errorCount
protected Date lastAccessTime
private List<ProfileEntryStatValue> profileEntryStatValueList
protected long histogram_0_1
protected long histogram_1_10
protected long histogram_10_100
protected long histogram_100_1000
protected int histogram_1000_10000
protected int histogram_10000_100000
protected int histogram_100000_1000000
protected int histogram_1000000_more
public long[] getHistogram()
public List<ProfileEntryStatValue> getProfileEntryStatValueList()
public void setProfileEntryStatValueList(List<ProfileEntryStatValue> profileEntryStatValueList)
public String getUri()
public void setUri(String uri)
public int getRunningCount()
public void setRunningCount(int runningCount)
public int getConcurrentMax()
public void setConcurrentMax(int concurrentMax)
public long getRequestCount()
public void setRequestCount(long requestCount)
public long getRequestTimeNano()
public void setRequestTimeNano(long requestTimeNano)
public long getRequestTimeNanoMax()
public void setRequestTimeNanoMax(long requestTimeNanoMax)
public Date getRequestTimeNanoMaxOccurTime()
public void setRequestTimeNanoMaxOccurTime(long requestTimeNanoMaxOccurTime)
public long getJdbcFetchRowCount()
public void setJdbcFetchRowCount(long jdbcFetchRowCount)
public long getJdbcFetchRowPeak()
public void setJdbcFetchRowPeak(long jdbcFetchRowPeak)
public long getJdbcUpdateCount()
public void setJdbcUpdateCount(long jdbcUpdateCount)
public long getJdbcUpdatePeak()
public void setJdbcUpdatePeak(long jdbcUpdatePeak)
public long getJdbcExecuteCount()
public void setJdbcExecuteCount(long jdbcExecuteCount)
public long getJdbcExecuteErrorCount()
public void setJdbcExecuteErrorCount(long jdbcExecuteErrorCount)
public long getJdbcExecutePeak()
public void setJdbcExecutePeak(long jdbcExecutePeak)
public long getJdbcExecuteTimeNano()
public void setJdbcExecuteTimeNano(long jdbcExecuteTimeNano)
public long getJdbcCommitCount()
public void setJdbcCommitCount(long jdbcCommitCount)
public long getJdbcRollbackCount()
public void setJdbcRollbackCount(long jdbcRollbackCount)
public long getJdbcPoolConnectionOpenCount()
public void setJdbcPoolConnectionOpenCount(long jdbcPoolConnectionOpenCount)
public long getJdbcPoolConnectionCloseCount()
public void setJdbcPoolConnectionCloseCount(long jdbcPoolConnectionCloseCount)
public long getJdbcResultSetOpenCount()
public void setJdbcResultSetOpenCount(long jdbcResultSetOpenCount)
public long getJdbcResultSetCloseCount()
public void setJdbcResultSetCloseCount(long jdbcResultSetCloseCount)
public long getErrorCount()
public void setErrorCount(long errorCount)
public void setLastAccessTimeMillis(long lastAccessTimeMillis)
public long getRequestTimeMillis()
public long getRequestTimeMillisMax()
public Date getLastAccessTime()
public long getJdbcExecuteTimeMillis()
Copyright © 2013–2019 Alibaba Group. All rights reserved.