JDBCConnectionPoolStatistics, OracleJDBCConnectionPoolStatistics, UniversalConnectionPoolStatisticspublic class OracleJDBCConnectionPoolStatisticsImpl extends JDBCConnectionPoolStatisticsImpl implements OracleJDBCConnectionPoolStatistics
| Constructor | Description |
|---|---|
OracleJDBCConnectionPoolStatisticsImpl(OracleJDBCConnectionPool ocp) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getConnectionRepurposeCount() |
Returns the number of connection repurposed in a shared pool
for a mutitenant database, where connections can be reused
across PDB's by switching their container and PDB service.
|
long |
getFailedAffinityBasedBorrowCount() |
Gets the number of borrow requests that returned connections not
matching the affinity contexts.
|
long |
getFailedRCLBBasedBorrowCount() |
Gets the number of borrow requests that failed to use Runtime Connection
Load-Balancing (RCLB) algorithms.
|
String |
getFCFProcessingInfo() |
Gets the information of recent Fast Connection Failover (FCF)
attempts, in the form of a String.
|
String |
getFCFProcessingInfoProcessedOnly() |
|
long |
getSuccessfulAffinityBasedBorrowCount() |
Gets the number of borrow requests that succeeded in matching affinity
contexts.
|
long |
getSuccessfulRCLBBasedBorrowCount() |
Gets the number of borrow requests that succeeded in using the Runtime
Connection Load-Balancing (RCLB) algorithms.
|
String |
toString() |
For easy statistics reporting.
|
clone, 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, getTotalConnectionsCountgetAbandonedConnectionsCount, getAvailableConnectionsCount, getAverageBorrowedConnectionsCount, getAverageConnectionWaitTime, getBorrowedConnectionsCount, getConnectionsClosedCount, getConnectionsCreatedCount, getCumulativeConnectionBorrowedCount, getCumulativeConnectionReturnedCount, getCumulativeConnectionUseTime, getCumulativeConnectionWaitTime, getCumulativeFailedConnectionWaitCount, getCumulativeFailedConnectionWaitTime, getCumulativeSuccessfulConnectionWaitCount, getCumulativeSuccessfulConnectionWaitTime, getLabeledConnectionsCount, getPeakConnectionsCount, getPeakConnectionWaitTime, getPendingRequestsCount, getRemainingPoolCapacityCount, getTotalConnectionsCountpublic OracleJDBCConnectionPoolStatisticsImpl(OracleJDBCConnectionPool ocp)
public long getSuccessfulAffinityBasedBorrowCount()
OracleJDBCConnectionPoolStatisticsgetSuccessfulAffinityBasedBorrowCount in interface OracleJDBCConnectionPoolStatisticspublic long getFailedAffinityBasedBorrowCount()
OracleJDBCConnectionPoolStatisticsgetFailedAffinityBasedBorrowCount in interface OracleJDBCConnectionPoolStatisticspublic long getSuccessfulRCLBBasedBorrowCount()
OracleJDBCConnectionPoolStatisticsgetSuccessfulRCLBBasedBorrowCount in interface OracleJDBCConnectionPoolStatisticspublic long getFailedRCLBBasedBorrowCount()
OracleJDBCConnectionPoolStatisticsgetFailedRCLBBasedBorrowCount in interface OracleJDBCConnectionPoolStatisticspublic String getFCFProcessingInfo()
OracleJDBCConnectionPoolStatisticsgetFCFProcessingInfo in interface OracleJDBCConnectionPoolStatisticspublic String getFCFProcessingInfoProcessedOnly()
getFCFProcessingInfoProcessedOnly in interface OracleJDBCConnectionPoolStatisticspublic long getConnectionRepurposeCount()
getConnectionRepurposeCount in interface OracleJDBCConnectionPoolStatisticspublic String toString()
oracle.ucp.common.UniversalConnectionPoolStatisticsImpltoString in class JDBCConnectionPoolStatisticsImplObject.toString()
Copyright © 2008, 2017, Oracle. All rights reserved.