public interface OracleJDBCConnectionPoolStatistics extends JDBCConnectionPoolStatistics
Modifier and Type | Method and 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.
|
java.lang.String |
getFCFProcessingInfo()
Gets the information of recent Fast Connection Failover (FCF) attempts, in the form of a String.
|
java.lang.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.
|
getAbandonedConnectionsCount, getAvailableConnectionsCount, getAverageBorrowedConnectionsCount, getAverageConnectionWaitTime, getBorrowedConnectionsCount, getConnectionsClosedCount, getConnectionsCreatedCount, getCumulativeConnectionBorrowedCount, getCumulativeConnectionReturnedCount, getCumulativeConnectionUseTime, getCumulativeConnectionWaitTime, getCumulativeFailedConnectionWaitCount, getCumulativeFailedConnectionWaitTime, getCumulativeSuccessfulConnectionWaitCount, getCumulativeSuccessfulConnectionWaitTime, getLabeledConnectionsCount, getPeakConnectionsCount, getPeakConnectionWaitTime, getPendingRequestsCount, getRemainingPoolCapacityCount, getTotalConnectionsCount
long getSuccessfulAffinityBasedBorrowCount()
long getFailedAffinityBasedBorrowCount()
long getSuccessfulRCLBBasedBorrowCount()
long getFailedRCLBBasedBorrowCount()
java.lang.String getFCFProcessingInfo()
java.lang.String getFCFProcessingInfoProcessedOnly()
long getConnectionRepurposeCount()