| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.internal.common | |
| org.mariadb.jdbc.internal.mysql | |
| org.mariadb.jdbc.internal.mysql.listener | |
| org.mariadb.jdbc.internal.mysql.listener.impl |
| Modifier and Type | Method and Description |
|---|---|
static JDBCUrl |
JDBCUrl.parse(String url) |
static JDBCUrl |
JDBCUrl.parse(String url,
Properties prop) |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Utils.retrieveProxy(JDBCUrl jdbcUrl,
ReentrantReadWriteLock lock) |
| Modifier and Type | Field and Description |
|---|---|
protected JDBCUrl |
MySQLProtocol.jdbcUrl |
| Modifier and Type | Method and Description |
|---|---|
JDBCUrl |
Protocol.getJdbcUrl() |
JDBCUrl |
MySQLProtocol.getJdbcUrl() |
| Modifier and Type | Method and Description |
|---|---|
static MySQLProtocol |
MySQLProtocol.getNewProtocol(FailoverProxy proxy,
JDBCUrl jdbcUrl) |
static MastersSlavesProtocol |
MastersSlavesProtocol.getNewProtocol(FailoverProxy proxy,
JDBCUrl jdbcUrl) |
static AuroraProtocol |
AuroraProtocol.getNewProtocol(FailoverProxy proxy,
JDBCUrl jdbcUrl) |
| Constructor and Description |
|---|
AuroraProtocol(JDBCUrl url,
ReentrantReadWriteLock lock) |
MastersSlavesProtocol(JDBCUrl url,
ReentrantReadWriteLock lock) |
MySQLProtocol(JDBCUrl jdbcUrl,
ReentrantReadWriteLock lock)
Get a protocol instance
|
| Modifier and Type | Field and Description |
|---|---|
JDBCUrl |
AbstractMastersListener.jdbcUrl |
| Modifier and Type | Method and Description |
|---|---|
JDBCUrl |
Listener.getJdbcUrl() |
JDBCUrl |
AbstractMastersListener.getJdbcUrl() |
| Constructor and Description |
|---|
AbstractMastersListener(JDBCUrl jdbcUrl) |
AbstractMastersSlavesListener(JDBCUrl jdbcUrl) |
| Constructor and Description |
|---|
AuroraListener(JDBCUrl jdbcUrl) |
MastersFailoverListener(JDBCUrl jdbcUrl) |
MastersSlavesListener(JDBCUrl jdbcUrl) |
Copyright © 2015. All rights reserved.