|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2.0.4) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OracleJDBCConnectionPoolStatistics
Various runtime statistics for the Universal Connection Pool that are specific to Oracle JDBC resources. This interface provides query-only operations on all available pool statistics.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
long getSuccessfulAffinityBasedBorrowCount()
long getFailedAffinityBasedBorrowCount()
long getSuccessfulRCLBBasedBorrowCount()
long getFailedRCLBBasedBorrowCount()
java.lang.String getFCFProcessingInfo()
java.lang.String getFCFProcessingInfoProcessedOnly()
|
Oracle® Universal Connection Pool for JDBC Java API Reference 11g Release 2 (11.2.0.4) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||