Modifier and Type | Field and Description |
---|---|
protected Protocol |
MariaDbStatement.protocol
the protocol used to talk to the server.
|
Modifier and Type | Method and Description |
---|---|
protected Protocol |
MariaDbConnection.getProtocol() |
Constructor and Description |
---|
MariaDbConnection(Protocol protocol)
Creates a new connection with a given protocol and query factory.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
CmdInformation.getBatchGeneratedKeys(Protocol protocol) |
ResultSet |
CmdInformationBatch.getBatchGeneratedKeys(Protocol protocol) |
ResultSet |
CmdInformationMultiple.getBatchGeneratedKeys(Protocol protocol) |
ResultSet |
CmdInformationSingle.getBatchGeneratedKeys(Protocol protocol) |
ResultSet |
Results.getGeneratedKeys(Protocol protocol)
Send a resultSet that contain auto generated keys. 2 differences :
Batch will list all insert ids.
|
ResultSet |
CmdInformation.getGeneratedKeys(Protocol protocol,
String sql) |
ResultSet |
CmdInformationBatch.getGeneratedKeys(Protocol protocol,
String sql)
Return GeneratedKeys containing insert ids.
|
ResultSet |
CmdInformationMultiple.getGeneratedKeys(Protocol protocol,
String sql)
Return GeneratedKeys containing insert ids.
|
ResultSet |
CmdInformationSingle.getGeneratedKeys(Protocol protocol,
String sql)
Get generated Keys.
|
boolean |
Results.getMoreResults(int current,
Protocol protocol)
Position to next resultSet.
|
boolean |
Results.isFullyLoaded(Protocol protocol)
Indicate if result contain result-set that is still streaming from server.
|
void |
Results.loadFully(boolean skip,
Protocol protocol)
Load fully current results.
|
Modifier and Type | Method and Description |
---|---|
static ResultSet |
SelectResultSet.createGeneratedData(long[] data,
Protocol protocol,
boolean findColumnReturnsOne)
Create a result set from given data.
|
static ResultSet |
SelectResultSet.createResultSet(String[] columnNames,
ColumnType[] columnTypes,
String[][] data,
Protocol protocol)
Create a result set from given data.
|
Constructor and Description |
---|
SelectResultSet(ColumnDefinition[] columnDefinition,
List<byte[]> resultSet,
Protocol protocol,
int resultSetScrollType)
Create filled result-set.
|
SelectResultSet(ColumnDefinition[] columnDefinition,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Create Streaming resultSet.
|
UpdatableResultSet(ColumnDefinition[] columnsInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Constructor.
|
Constructor and Description |
---|
ComStmtPrepare(Protocol protocol,
String sql) |
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 |
AbstractMastersListener.getCurrentProtocol() |
Protocol |
Listener.getCurrentProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMastersListener.abortConnection(Protocol protocol)
Utility to force close existing connection.
|
void |
AbstractMastersListener.closeConnection(Protocol protocol)
Utility to close existing connection.
|
void |
Listener.foundActiveMaster(Protocol protocol) |
abstract void |
AbstractMastersSlavesListener.foundActiveSecondary(Protocol newSecondaryProtocol) |
HandleErrorResult |
AbstractMastersListener.handleFailover(SQLException qe,
Method method,
Object[] args,
Protocol protocol,
boolean isClosed)
Call when a failover is detected on master connection.
|
HandleErrorResult |
AbstractMastersSlavesListener.handleFailover(SQLException qe,
Method method,
Object[] args,
Protocol protocol,
boolean isClosed)
Handle failover on master or slave connection.
|
HandleErrorResult |
Listener.handleFailover(SQLException qe,
Method method,
Object[] args,
Protocol protocol,
boolean wasClosed) |
Object |
AbstractMastersListener.invoke(Method method,
Object[] args,
Protocol specificProtocol) |
Object |
Listener.invoke(Method method,
Object[] args,
Protocol specificProtocol) |
protected boolean |
AbstractMastersListener.pingMasterProtocol(Protocol protocol) |
protected void |
AbstractMastersListener.setSessionReadOnly(boolean readOnly,
Protocol protocol) |
void |
AbstractMastersListener.syncConnection(Protocol from,
Protocol to)
When switching between 2 connections, report existing connection parameter to the new used
connection.
|
void |
Listener.syncConnection(Protocol from,
Protocol to) |
Modifier and Type | Field and Description |
---|---|
protected Protocol |
MastersSlavesListener.masterProtocol |
protected Protocol |
MastersSlavesListener.secondaryProtocol |
Modifier and Type | Method and Description |
---|---|
void |
MastersFailoverListener.foundActiveMaster(Protocol protocol)
method called when a new Master connection is found after a fallback.
|
void |
MastersSlavesListener.foundActiveMaster(Protocol newMasterProtocol)
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.
|
void |
AuroraListener.retrieveAllEndpointsAndSet(Protocol protocol)
Retrieves the information necessary to add a new endpoint.
|
HostAddress |
AuroraListener.searchByStartName(Protocol secondaryProtocol,
List<HostAddress> loopAddress)
Looks for the current master/writer instance via the secondary protocol if it is found within 3
attempts.
|
Constructor and Description |
---|
ProtocolLoggingProxy(Protocol protocol,
Options options)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnectProtocol |
class |
AbstractQueryProtocol |
class |
AuroraProtocol |
class |
MasterProtocol |
class |
MastersSlavesProtocol |
Constructor and Description |
---|
AbstractMultiSend(Protocol protocol,
PacketOutputStream writer,
Results results,
ClientPrepareResult clientPrepareResult,
List<ParameterHolder[]> parametersList,
ThreadPoolExecutor readScheduler)
Bulk execute for client-side PreparedStatement.executeBatch (no prepare).
|
AbstractMultiSend(Protocol protocol,
PacketOutputStream writer,
Results results,
List<String> queries,
ThreadPoolExecutor readScheduler)
Bulk execute for statement.executeBatch().
|
AbstractMultiSend(Protocol protocol,
PacketOutputStream writer,
Results results,
ServerPrepareResult serverPrepareResult,
List<ParameterHolder[]> parametersList,
boolean readPrepareStmtResult,
String sql,
ThreadPoolExecutor readScheduler)
Bulk execute for Server PreparedStatement.executeBatch (when no COM_MULTI)
|
AsyncMultiRead(ComStmtPrepare comStmtPrepare,
BulkStatus status,
Protocol protocol,
boolean readPrepareStmtResult,
AbstractMultiSend bulkSend,
int paramCount,
Results results,
List<ParameterHolder[]> parametersList,
List<String> queries,
PrepareResult prepareResult)
Read results async to avoid local and remote networking stack buffer overflow "lock".
|
Modifier and Type | Method and Description |
---|---|
static Protocol |
Utils.retrieveProxy(UrlParser urlParser,
GlobalStateInfo globalInfo)
Retrieve protocol corresponding to the failover options. if no failover option, protocol will
not be proxied. if a failover option is precised, protocol will be proxied so that any
connection error will be handle directly.
|
Modifier and Type | Method and Description |
---|---|
static String |
Utils.nativeSql(String sql,
Protocol protocol)
Escape sql String.
|
static ServerPrepareStatementCache |
ServerPrepareStatementCache.newInstance(int size,
Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
Protocol |
ServerPrepareResult.getUnProxiedProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
ServerPrepareResult.failover(int statementId,
Protocol unProxiedProtocol)
Update information after a failover.
|
Constructor and Description |
---|
ServerPrepareResult(String sql,
int statementId,
ColumnDefinition[] columns,
ColumnDefinition[] parameters,
Protocol unProxiedProtocol)
PrepareStatement Result object.
|
Copyright © 2020 mariadb.com. All rights reserved.