Interface DruidDataSourceMBean

    • Method Detail

      • getResetCount

        long getResetCount()
      • isEnable

        boolean isEnable()
      • shrink

        void shrink()
      • removeAbandoned

        int removeAbandoned()
      • getWaitThreadCount

        int getWaitThreadCount()
      • getLockQueueLength

        int getLockQueueLength()
      • getNotEmptyWaitCount

        long getNotEmptyWaitCount()
      • getNotEmptyWaitThreadCount

        int getNotEmptyWaitThreadCount()
      • getNotEmptySignalCount

        long getNotEmptySignalCount()
      • getNotEmptyWaitMillis

        long getNotEmptyWaitMillis()
      • getNotEmptyWaitNanos

        long getNotEmptyWaitNanos()
      • resetStat

        void resetStat()
      • isResetStatEnable

        boolean isResetStatEnable()
      • setResetStatEnable

        void setResetStatEnable​(boolean resetStatEnable)
      • getVersion

        String getVersion()
      • setPoolPreparedStatements

        void setPoolPreparedStatements​(boolean poolPreparedStatements)
      • getActivePeak

        int getActivePeak()
      • getPoolingPeak

        int getPoolingPeak()
      • getActivePeakTime

        Date getActivePeakTime()
      • getPoolingPeakTime

        Date getPoolingPeakTime()
      • getErrorCount

        long getErrorCount()
      • getDiscardCount

        long getDiscardCount()
      • setStatLoggerClassName

        void setStatLoggerClassName​(String className)
      • getTimeBetweenLogStatsMillis

        long getTimeBetweenLogStatsMillis()
      • setTimeBetweenLogStatsMillis

        void setTimeBetweenLogStatsMillis​(long timeBetweenLogStatsMillis)
      • setConnectionProperties

        void setConnectionProperties​(String connectionProperties)
      • isUseGlobalDataSourceStat

        boolean isUseGlobalDataSourceStat()