Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2.0.4)

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, getTotalConnectionsCount
 


Oracle® Universal Connection Pool for JDBC Java API Reference
11g Release 2 (11.2.0.4)

Copyright © 2007, 2019, Oracle and/or its affiliates. All rights reserved.