Class WebURIStatValue

java.lang.Object
com.alibaba.druid.support.http.stat.WebURIStatValue

public class WebURIStatValue extends Object
  • Field Details

    • uri

      protected String uri
    • runningCount

      protected int runningCount
    • concurrentMax

      protected int concurrentMax
    • requestCount

      protected long requestCount
    • requestTimeNano

      protected long requestTimeNano
    • requestTimeNanoMax

      protected long requestTimeNanoMax
    • requestTimeNanoMaxOccurTime

      protected Date requestTimeNanoMaxOccurTime
    • jdbcFetchRowCount

      protected long jdbcFetchRowCount
    • jdbcFetchRowPeak

      protected long jdbcFetchRowPeak
    • jdbcUpdateCount

      protected long jdbcUpdateCount
    • jdbcUpdatePeak

      protected long jdbcUpdatePeak
    • jdbcExecuteCount

      protected long jdbcExecuteCount
    • jdbcExecuteErrorCount

      protected long jdbcExecuteErrorCount
    • jdbcExecutePeak

      protected long jdbcExecutePeak
    • jdbcExecuteTimeNano

      protected long jdbcExecuteTimeNano
    • jdbcCommitCount

      protected long jdbcCommitCount
    • jdbcRollbackCount

      protected long jdbcRollbackCount
    • jdbcPoolConnectionOpenCount

      protected long jdbcPoolConnectionOpenCount
    • jdbcPoolConnectionCloseCount

      protected long jdbcPoolConnectionCloseCount
    • jdbcResultSetOpenCount

      protected long jdbcResultSetOpenCount
    • jdbcResultSetCloseCount

      protected long jdbcResultSetCloseCount
    • errorCount

      protected long errorCount
    • lastAccessTime

      protected Date lastAccessTime
    • histogram_0_1

      protected long histogram_0_1
    • histogram_1_10

      protected long histogram_1_10
    • histogram_10_100

      protected long histogram_10_100
    • histogram_100_1000

      protected long histogram_100_1000
    • histogram_1000_10000

      protected int histogram_1000_10000
    • histogram_10000_100000

      protected int histogram_10000_100000
    • histogram_100000_1000000

      protected int histogram_100000_1000000
    • histogram_1000000_more

      protected int histogram_1000000_more
  • Constructor Details

    • WebURIStatValue

      public WebURIStatValue()
  • Method Details

    • getHistogram

      public long[] getHistogram()
    • getProfileEntryStatValueList

      public List<ProfileEntryStatValue> getProfileEntryStatValueList()
    • setProfileEntryStatValueList

      public void setProfileEntryStatValueList(List<ProfileEntryStatValue> profileEntryStatValueList)
    • getUri

      public String getUri()
    • setUri

      public void setUri(String uri)
    • getRunningCount

      public int getRunningCount()
    • setRunningCount

      public void setRunningCount(int runningCount)
    • getConcurrentMax

      public int getConcurrentMax()
    • setConcurrentMax

      public void setConcurrentMax(int concurrentMax)
    • getRequestCount

      public long getRequestCount()
    • setRequestCount

      public void setRequestCount(long requestCount)
    • getRequestTimeNano

      public long getRequestTimeNano()
    • setRequestTimeNano

      public void setRequestTimeNano(long requestTimeNano)
    • getRequestTimeNanoMax

      public long getRequestTimeNanoMax()
    • setRequestTimeNanoMax

      public void setRequestTimeNanoMax(long requestTimeNanoMax)
    • getRequestTimeNanoMaxOccurTime

      public Date getRequestTimeNanoMaxOccurTime()
    • setRequestTimeNanoMaxOccurTime

      public void setRequestTimeNanoMaxOccurTime(long requestTimeNanoMaxOccurTime)
    • getJdbcFetchRowCount

      public long getJdbcFetchRowCount()
    • setJdbcFetchRowCount

      public void setJdbcFetchRowCount(long jdbcFetchRowCount)
    • getJdbcFetchRowPeak

      public long getJdbcFetchRowPeak()
    • setJdbcFetchRowPeak

      public void setJdbcFetchRowPeak(long jdbcFetchRowPeak)
    • getJdbcUpdateCount

      public long getJdbcUpdateCount()
    • setJdbcUpdateCount

      public void setJdbcUpdateCount(long jdbcUpdateCount)
    • getJdbcUpdatePeak

      public long getJdbcUpdatePeak()
    • setJdbcUpdatePeak

      public void setJdbcUpdatePeak(long jdbcUpdatePeak)
    • getJdbcExecuteCount

      public long getJdbcExecuteCount()
    • setJdbcExecuteCount

      public void setJdbcExecuteCount(long jdbcExecuteCount)
    • getJdbcExecuteErrorCount

      public long getJdbcExecuteErrorCount()
    • setJdbcExecuteErrorCount

      public void setJdbcExecuteErrorCount(long jdbcExecuteErrorCount)
    • getJdbcExecutePeak

      public long getJdbcExecutePeak()
    • setJdbcExecutePeak

      public void setJdbcExecutePeak(long jdbcExecutePeak)
    • getJdbcExecuteTimeNano

      public long getJdbcExecuteTimeNano()
    • setJdbcExecuteTimeNano

      public void setJdbcExecuteTimeNano(long jdbcExecuteTimeNano)
    • getJdbcCommitCount

      public long getJdbcCommitCount()
    • setJdbcCommitCount

      public void setJdbcCommitCount(long jdbcCommitCount)
    • getJdbcRollbackCount

      public long getJdbcRollbackCount()
    • setJdbcRollbackCount

      public void setJdbcRollbackCount(long jdbcRollbackCount)
    • getJdbcPoolConnectionOpenCount

      public long getJdbcPoolConnectionOpenCount()
    • setJdbcPoolConnectionOpenCount

      public void setJdbcPoolConnectionOpenCount(long jdbcPoolConnectionOpenCount)
    • getJdbcPoolConnectionCloseCount

      public long getJdbcPoolConnectionCloseCount()
    • setJdbcPoolConnectionCloseCount

      public void setJdbcPoolConnectionCloseCount(long jdbcPoolConnectionCloseCount)
    • getJdbcResultSetOpenCount

      public long getJdbcResultSetOpenCount()
    • setJdbcResultSetOpenCount

      public void setJdbcResultSetOpenCount(long jdbcResultSetOpenCount)
    • getJdbcResultSetCloseCount

      public long getJdbcResultSetCloseCount()
    • setJdbcResultSetCloseCount

      public void setJdbcResultSetCloseCount(long jdbcResultSetCloseCount)
    • getErrorCount

      public long getErrorCount()
    • setErrorCount

      public void setErrorCount(long errorCount)
    • setLastAccessTimeMillis

      public void setLastAccessTimeMillis(long lastAccessTimeMillis)
    • getRequestTimeMillis

      public long getRequestTimeMillis()
    • getRequestTimeMillisMax

      public long getRequestTimeMillisMax()
    • getLastAccessTime

      public Date getLastAccessTime()
    • getJdbcExecuteTimeMillis

      public long getJdbcExecuteTimeMillis()
    • getStatData

      public Map<String,Object> getStatData()