| Package | Description |
|---|---|
| com.mysql.cj.jdbc.ha | |
| testsuite | |
| testsuite.regression |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationMySQLConnection |
| Modifier and Type | Field and Description |
|---|---|
private ReplicationConnection |
ReplicationConnectionProxy.thisAsReplicationConnection |
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<java.lang.Long,ReplicationConnection> |
ReplicationConnectionGroup.replicationConnections |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationConnection |
ReplicationConnectionProxy.createProxyInstance(ConnectionUrl connectionUrl)
Static factory to create
ReplicationConnection instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationConnectionGroup.handleCloseConnection(ReplicationConnection conn) |
long |
ReplicationConnectionGroup.registerReplicationConnection(ReplicationConnection conn,
java.util.List<java.lang.String> localSourceList,
java.util.List<java.lang.String> localReplicaList) |
| Modifier and Type | Method and Description |
|---|---|
protected ReplicationConnection |
BaseTestCase.getUnreliableReplicationConnection(java.util.Set<BaseTestCase.MockConnectionConfiguration> configs,
java.util.Properties props) |
protected ReplicationConnection |
BaseTestCase.getUnreliableReplicationConnection(java.lang.String[] hostNames,
java.util.Properties props) |
protected ReplicationConnection |
BaseTestCase.getUnreliableReplicationConnection(java.lang.String[] hostNames,
java.util.Properties props,
java.util.Set<java.lang.String> downedHosts) |
| Modifier and Type | Method and Description |
|---|---|
private ReplicationConnection |
ConnectionRegressionTest.getTestReplicationConnectionNoReplicas(java.lang.String sourceHost,
java.util.Properties props)
Internal method for tests to get a replication connection with a
single source host to the test URL.
|