MySQL Connector/J size='-1'>5.1.6

Uses of Class
com.mysql.jdbc.LoadBalancingConnectionProxy

Packages that use LoadBalancingConnectionProxy
com.mysql.jdbc   
 

Uses of LoadBalancingConnectionProxy in com.mysql.jdbc
 

Methods in com.mysql.jdbc with parameters of type LoadBalancingConnectionProxy
 Connection RandomBalanceStrategy.pickConnection(LoadBalancingConnectionProxy proxy, java.util.List configuredHosts, java.util.Map liveConnections, long[] responseTimes, int numRetries)
           
 Connection BestResponseTimeBalanceStrategy.pickConnection(LoadBalancingConnectionProxy proxy, java.util.List configuredHosts, java.util.Map liveConnections, long[] responseTimes, int numRetries)
           
 Connection BalanceStrategy.pickConnection(LoadBalancingConnectionProxy proxy, java.util.List configuredHosts, java.util.Map liveConnections, long[] responseTimes, int numRetries)
          Called by the driver to pick a new connection to route requests over.
 


MySQL Connector/J size='-1'>5.1.6