程序包的使用
com.mysql.cj.jdbc.ha
-
使用com.mysql.cj.jdbc.ha的程序包 程序包 说明 com.mysql.cj.jdbc com.mysql.cj.jdbc.ha -
com.mysql.cj.jdbc使用的com.mysql.cj.jdbc.ha中的类 类 说明 LoadBalancedConnectionProxy A proxy for a dynamic com.mysql.cj.jdbc.JdbcConnection implementation that load balances requests across a series of MySQL JDBC connections, where the balancing takes place at transaction commit. -
com.mysql.cj.jdbc.ha使用的com.mysql.cj.jdbc.ha中的类 类 说明 BalanceStrategy Implement this interface to provide a new load balancing strategy for URLs of the form "jdbc:mysql:loadbalance://LoadBalancedConnection LoadBalancedConnectionProxy A proxy for a dynamic com.mysql.cj.jdbc.JdbcConnection implementation that load balances requests across a series of MySQL JDBC connections, where the balancing takes place at transaction commit.LoadBalanceExceptionChecker MultiHostConnectionProxy An abstract class that processes generic multi-host configurations.MultiHostMySQLConnection Each instance of MultiHostMySQLConnection is coupled with a MultiHostConnectionProxy instance.RandomBalanceStrategy ReplicationConnection ReplicationConnectionGroup Group of connection objects which can be configured as a group.ReplicationConnectionProxy Connection that opens two connections, one two a replication source, and another to one or more replicas, and decides to use source when the connection is not read-only, and use replica(s) when the connection is read-only.StandardLoadBalanceExceptionChecker