|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FailoverProxy | |
|---|---|
| org.mariadb.jdbc.internal.failover | |
| org.mariadb.jdbc.internal.protocol | |
| Uses of FailoverProxy in org.mariadb.jdbc.internal.failover |
|---|
| Fields in org.mariadb.jdbc.internal.failover declared as FailoverProxy | |
|---|---|
protected FailoverProxy |
AbstractMastersListener.proxy
|
| Methods in org.mariadb.jdbc.internal.failover that return FailoverProxy | |
|---|---|
FailoverProxy |
Listener.getProxy()
|
FailoverProxy |
AbstractMastersListener.getProxy()
|
| Methods in org.mariadb.jdbc.internal.failover with parameters of type FailoverProxy | |
|---|---|
void |
Listener.setProxy(FailoverProxy proxy)
|
void |
AbstractMastersListener.setProxy(FailoverProxy proxy)
|
| Uses of FailoverProxy in org.mariadb.jdbc.internal.protocol |
|---|
| Fields in org.mariadb.jdbc.internal.protocol declared as FailoverProxy | |
|---|---|
protected FailoverProxy |
AbstractConnectProtocol.proxy
|
| Methods in org.mariadb.jdbc.internal.protocol that return FailoverProxy | |
|---|---|
FailoverProxy |
Protocol.getProxy()
|
FailoverProxy |
AbstractConnectProtocol.getProxy()
|
| Methods in org.mariadb.jdbc.internal.protocol with parameters of type FailoverProxy | |
|---|---|
static MastersSlavesProtocol |
MastersSlavesProtocol.getNewProtocol(FailoverProxy proxy,
UrlParser urlParser)
Get new instance of MastersSlavesProtocol. |
static MasterProtocol |
MasterProtocol.getNewProtocol(FailoverProxy proxy,
UrlParser urlParser)
Get new instance. |
static AuroraProtocol |
AuroraProtocol.getNewProtocol(FailoverProxy proxy,
UrlParser urlParser)
Initialize new protocol instance. |
void |
Protocol.setProxy(FailoverProxy proxy)
|
void |
AbstractConnectProtocol.setProxy(FailoverProxy proxy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||