Uses of Interface
org.mariadb.jdbc.client.Client
Packages that use Client
Package
Description
-
Uses of Client in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as ClientMethods in org.mariadb.jdbc that return ClientConstructors in org.mariadb.jdbc with parameters of type ClientModifierConstructorDescriptionConnection
(Configuration conf, ClosableLock lock, Client client) Connection construction. -
Uses of Client in org.mariadb.jdbc.client.impl
Classes in org.mariadb.jdbc.client.impl that implement ClientModifier and TypeClassDescriptionclass
Handling connection failing automatic reconnection transparently when possible for multi-master Topology.class
Handling connection failing automatic reconnection transparently when possible for replication Topology.class
Replay client wrapperclass
Connection clientFields in org.mariadb.jdbc.client.impl declared as ClientModifier and TypeFieldDescriptionprotected Client
MultiPrimaryClient.currentClient
current clientprivate Client
MultiPrimaryReplicaClient.primaryClient
private Client
MultiPrimaryReplicaClient.replicaClient
Methods in org.mariadb.jdbc.client.impl that return ClientModifier and TypeMethodDescriptionprotected Client
MultiPrimaryClient.connectHost
(boolean readOnly, boolean failFast) Trying connecting server.private Client
MultiPrimaryClient.createClient
(HostAddress host) protected Client
MultiPrimaryClient.reConnect()
Connection loopprotected Client
MultiPrimaryReplicaClient.reConnect()
Reconnect connection, trying to continue transparently if possible.private Client
MultiPrimaryClient.tryConnectToAvailableHost
(boolean readOnly, int retriesLeft) private Client
MultiPrimaryClient.tryConnectToDeniedHost
(boolean readOnly, int retriesLeft) Methods in org.mariadb.jdbc.client.impl with parameters of type ClientModifier and TypeMethodDescriptionprotected void
MultiPrimaryClient.executeTransactionReplay
(Client oldCli) Execute transaction replayprotected void
MultiPrimaryClient.replayIfPossible
(Client oldClient, boolean canRedo) Execute transaction replay if in transaction and configured for it, throw an exception if notprivate void
MultiPrimaryClient.syncExceptionFactory
(Client oldCli) private void
MultiPrimaryClient.syncNetworkTimeout
(Context oldCtx, Client oldCli) void
MultiPrimaryClient.syncNewState
(Client oldCli) Synchronizes client states between previous and new clients. -
Uses of Client in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export with parameters of type ClientModifier and TypeMethodDescriptionvoid
Close Prepared commandvoid
Prepare.decrementUse
(Client con, BasePreparedStatement preparedStatement) Decrement use of prepare. -
Uses of Client in org.mariadb.jdbc.message.client
Methods in org.mariadb.jdbc.message.client with parameters of type Client -
Uses of Client in org.mariadb.jdbc.message.server
Methods in org.mariadb.jdbc.message.server with parameters of type ClientModifier and TypeMethodDescriptionvoid
Indicate that a prepare statement must be closed (if not in LRU cache)void
Close prepare packetvoid
CachedPrepareResultPacket.decrementUse
(Client con, BasePreparedStatement preparedStatement) void
PrepareResultPacket.decrementUse
(Client con, BasePreparedStatement preparedStatement) Decrement use of prepare packet, so closing it if last usedvoid
Indicate that Prepare command is not on LRU cache anymore.