Package | Description |
---|---|
org.mariadb.jdbc | |
org.mariadb.jdbc.internal.failover | |
org.mariadb.jdbc.internal.failover.impl | |
org.mariadb.jdbc.internal.protocol | |
org.mariadb.jdbc.internal.util |
Modifier and Type | Field and Description |
---|---|
protected Protocol |
MariaDbStatement.protocol
the protocol used to talk to the server.
|
Modifier and Type | Method and Description |
---|---|
static MariaDbConnection |
MariaDbConnection.newConnection(Protocol protocol,
ReentrantLock lock) |
Constructor and Description |
---|
MariaDbResultSet(AbstractQueryResult dqr,
MariaDbStatement statement,
Protocol protocol)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Protocol |
AbstractMastersListener.currentProtocol |
Modifier and Type | Field and Description |
---|---|
protected AtomicReference<Protocol> |
AbstractMastersSlavesListener.waitNewMasterProtocol |
protected AtomicReference<Protocol> |
AbstractMastersSlavesListener.waitNewSecondaryProtocol |
Modifier and Type | Method and Description |
---|---|
Protocol |
Listener.getCurrentProtocol() |
Protocol |
AbstractMastersListener.getCurrentProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMastersListener.closeConnection(Protocol protocol)
Utility to close existing connection.
|
void |
Listener.foundActiveMaster(Protocol protocol) |
abstract void |
AbstractMastersSlavesListener.foundActiveSecondary(Protocol newSecondaryProtocol) |
protected boolean |
AbstractMastersListener.pingMasterProtocol(Protocol protocol) |
protected void |
AbstractMastersListener.setSessionReadOnly(boolean readOnly,
Protocol protocol) |
void |
Listener.syncConnection(Protocol from,
Protocol to) |
void |
AbstractMastersListener.syncConnection(Protocol from,
Protocol to)
When switching between 2 connections, report existing connection parameter to the new used connection.
|
Modifier and Type | Field and Description |
---|---|
protected Protocol |
MastersSlavesListener.masterProtocol |
protected Protocol |
MastersSlavesListener.secondaryProtocol |
Modifier and Type | Method and Description |
---|---|
void |
MastersSlavesListener.foundActiveMaster(Protocol newMasterProtocol)
Method called when a new Master connection is found after a fallback.
|
void |
MastersFailoverListener.foundActiveMaster(Protocol protocol)
method called when a new Master connection is found after a fallback.
|
void |
MastersSlavesListener.foundActiveSecondary(Protocol newSecondaryProtocol)
Method called when a new secondary connection is found after a fallback.
|
void |
MastersSlavesListener.lockAndSwitchMaster(Protocol newMasterProtocol)
Use the parameter newMasterProtocol as new current master connection.
|
void |
MastersSlavesListener.lockAndSwitchSecondary(Protocol newSecondaryProtocol)
Use the parameter newSecondaryProtocol as new current secondary connection.
|
HostAddress |
AuroraListener.searchByStartName(Protocol secondaryProtocol,
List<HostAddress> loopAddress)
Aurora replica doesn't have the master endpoint but the master instance name.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectProtocol |
class |
AbstractQueryProtocol |
class |
AuroraProtocol |
class |
MasterProtocol |
class |
MastersSlavesProtocol |
Modifier and Type | Method and Description |
---|---|
static Protocol |
Utils.retrieveProxy(UrlParser urlParser,
ReentrantLock lock)
Retreive protocol corresponding to the failover options.
|
Copyright © 2016. All rights reserved.