public interface JDBCConnectionPoolStats extends JDBCConnectionStats
修飾子と型 | メソッドと説明 |
---|---|
CountStatistic | getCloseCount() 閉じられた接続の数。 |
CountStatistic | getCreateCount() 作成された接続の数。 |
BoundedRangeStatistic | getFreePoolSize() プール内の空き接続の数。 |
BoundedRangeStatistic | getPoolSize() 接続プールのサイズ。 |
RangeStatistic | getWaitingThreadCount() 接続を待機しているスレッドの数。 |
getJdbcDataSource, getUseTime, getWaitTime
getStatistic, getStatisticNames, getStatistics
CountStatistic getCreateCount()
CountStatistic getCloseCount()
BoundedRangeStatistic getPoolSize()
BoundedRangeStatistic getFreePoolSize()
RangeStatistic getWaitingThreadCount()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.