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 |
---|---|
Protocol |
MariaDbStatement.getProtocol()
returns the protocol.
|
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 | Method and Description |
---|---|
Protocol |
AbstractMastersListener.getCurrentProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
Listener.foundActiveMaster(Protocol protocol) |
abstract void |
AbstractMastersSlavesListener.foundActiveSecondary(Protocol newSecondaryProtocol) |
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.
|
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 © 2015. All rights reserved.