public class JDBCConnectionPoolStatisticsImpl extends oracle.ucp.common.UniversalConnectionPoolStatisticsImpl implements JDBCConnectionPoolStatistics
| Modifier | Constructor and Description |
|---|---|
protected |
JDBCConnectionPoolStatisticsImpl(JDBCConnectionPool cp) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
For easy statistics reporting.
|
getAbandonedConnectionsCount, getAvailableConnectionsCount, getAverageBorrowedConnectionsCount, getAverageConnectionWaitTime, getBorrowedConnectionsCount, getConnectionsClosedCount, getConnectionsCreatedCount, getCumulativeConnectionBorrowedCount, getCumulativeConnectionReturnedCount, getCumulativeConnectionUseTime, getCumulativeConnectionWaitTime, getCumulativeFailedConnectionWaitCount, getCumulativeFailedConnectionWaitTime, getCumulativeSuccessfulConnectionWaitCount, getCumulativeSuccessfulConnectionWaitTime, getLabeledConnectionsCount, getPeakConnectionsCount, getPeakConnectionWaitTime, getPendingRequestsCount, getRemainingPoolCapacityCount, getTotalConnectionsCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAbandonedConnectionsCount, getAvailableConnectionsCount, getAverageBorrowedConnectionsCount, getAverageConnectionWaitTime, getBorrowedConnectionsCount, getConnectionsClosedCount, getConnectionsCreatedCount, getCumulativeConnectionBorrowedCount, getCumulativeConnectionReturnedCount, getCumulativeConnectionUseTime, getCumulativeConnectionWaitTime, getCumulativeFailedConnectionWaitCount, getCumulativeFailedConnectionWaitTime, getCumulativeSuccessfulConnectionWaitCount, getCumulativeSuccessfulConnectionWaitTime, getLabeledConnectionsCount, getPeakConnectionsCount, getPeakConnectionWaitTime, getPendingRequestsCount, getRemainingPoolCapacityCount, getTotalConnectionsCountprotected JDBCConnectionPoolStatisticsImpl(JDBCConnectionPool cp)
public String toString()
oracle.ucp.common.UniversalConnectionPoolStatisticsImpltoString in class oracle.ucp.common.UniversalConnectionPoolStatisticsImplObject.toString()
Copyright © 2008, 2016, Oracle. All rights reserved.