| Package | Description |
|---|---|
| com.mysql.cj.jdbc | |
| com.mysql.cj.jdbc.ha |
| Modifier and Type | Field and Description |
|---|---|
protected PingTarget |
StatementImpl.pingTarget |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementImpl.setPingTarget(PingTarget pingTarget) |
void |
JdbcStatement.setPingTarget(PingTarget pingTarget) |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
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.
|