Package oracle.ucp.jdbc
Interface JDBCConnectionPoolStatistics
-
- All Superinterfaces:
UniversalConnectionPoolStatistics
- All Known Subinterfaces:
OracleJDBCConnectionPoolStatistics
public interface JDBCConnectionPoolStatistics extends UniversalConnectionPoolStatistics
Various runtime statistics for the Universal Connection Pool that are specific to JDBC resources. This interface provides query-only operations on all available pool statistics.
-
-
Method Summary
-
Methods inherited from interface oracle.ucp.UniversalConnectionPoolStatistics
getAbandonedConnectionsCount, getAvailableConnectionsCount, getAverageBorrowedConnectionsCount, getAverageConnectionWaitTime, getBorrowedConnectionsCount, getConnectionsClosedCount, getConnectionsCreatedCount, getCumulativeConnectionBorrowedCount, getCumulativeConnectionReturnedCount, getCumulativeConnectionUseTime, getCumulativeConnectionWaitTime, getCumulativeFailedConnectionWaitCount, getCumulativeFailedConnectionWaitTime, getCumulativeSuccessfulConnectionWaitCount, getCumulativeSuccessfulConnectionWaitTime, getLabeledConnectionsCount, getPeakConnectionsCount, getPeakConnectionWaitTime, getPendingRequestsCount, getRemainingPoolCapacityCount, getShardConnectionStats, getTotalConnectionsCount, shortForm
-
-