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