Interface JCAConnectionPoolStats

    • Method Detail

      • getCloseCount

        CountStatistic getCloseCount​()
        The number of connections closed
        Returns:
        CountStatistic
      • getCreateCount

        CountStatistic getCreateCount​()
        The number of connections created
        Returns:
        CountStatistic
      • getFreePoolSize

        BoundedRangeStatistic getFreePoolSize​()
        The number of free connections in the pool
        Returns:
        BoundedRangeStatistic
      • getPoolSize

        BoundedRangeStatistic getPoolSize​()
        The size of the connection pool
        Returns:
        BoundedRangeStatistic
      • getWaitingThreadCount

        RangeStatistic getWaitingThreadCount​()
        The number of threads waiting for a connection
        Returns:
        BoundedRangeStatistic