Package oracle.ucp.jdbc
Interface JDBCConnectionPoolStatistics
- All Superinterfaces:
UniversalConnectionPoolStatistics
- All Known Subinterfaces:
OracleJDBCConnectionPoolStatistics
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, getConnectionCreationAttemptsSinceLastOutage, getConnectionsClosedCount, getConnectionsCreatedCount, getCumulativeConnectionBorrowedCount, getCumulativeConnectionCreationAttemts, getCumulativeConnectionReturnedCount, getCumulativeConnectionUseTime, getCumulativeConnectionWaitTime, getCumulativeFailedConnectionWaitCount, getCumulativeFailedConnectionWaitTime, getCumulativeSuccessfulConnectionWaitCount, getCumulativeSuccessfulConnectionWaitTime, getLabeledConnectionsCount, getPeakBorrowedConnectionsCount, getPeakConnectionsCount, getPeakConnectionWaitTime, getPendingRequestsCount, getRemainingPoolCapacityCount, getShardConnectionStats, getTotalConnectionsCount, shortForm