Interface JDBCConnectionPoolStats

    • Method Detail

      • getCreateCount

        CountStatistic getCreateCount​()
        Number of connections created.
      • getCloseCount

        CountStatistic getCloseCount​()
        Number of connections closed.
      • getWaitingThreadCount

        RangeStatistic getWaitingThreadCount​()
        Number of threads waiting for a connection.