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, getTotalConnectionsCount
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAbandonedConnectionsCount, getAvailableConnectionsCount, getAverageBorrowedConnectionsCount, getAverageConnectionWaitTime, getBorrowedConnectionsCount, getConnectionsClosedCount, getConnectionsCreatedCount, getCumulativeConnectionBorrowedCount, getCumulativeConnectionReturnedCount, getCumulativeConnectionUseTime, getCumulativeConnectionWaitTime, getCumulativeFailedConnectionWaitCount, getCumulativeFailedConnectionWaitTime, getCumulativeSuccessfulConnectionWaitCount, getCumulativeSuccessfulConnectionWaitTime, getLabeledConnectionsCount, getPeakConnectionsCount, getPeakConnectionWaitTime, getPendingRequestsCount, getRemainingPoolCapacityCount, getTotalConnectionsCount
protected JDBCConnectionPoolStatisticsImpl(JDBCConnectionPool cp)
public String toString()
oracle.ucp.common.UniversalConnectionPoolStatisticsImpl
toString
in class oracle.ucp.common.UniversalConnectionPoolStatisticsImpl
Object.toString()
Copyright © 2008, 2016, Oracle. All rights reserved.