Uses of Interface
org.mariadb.jdbc.client.Client
-
Packages that use Client Package Description org.mariadb.jdbc org.mariadb.jdbc.client.impl org.mariadb.jdbc.export org.mariadb.jdbc.message.client org.mariadb.jdbc.message.server -
-
Uses of Client in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as Client Modifier and Type Field Description private ClientConnection. clientMethods in org.mariadb.jdbc that return Client Modifier and Type Method Description ClientConnection. getClient()Associate connection clientConstructors in org.mariadb.jdbc with parameters of type Client Constructor Description Connection(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 Client Modifier and Type Class Description classMultiPrimaryClientHandling connection failing automatic reconnection transparently when possible for multi-master Topology.classMultiPrimaryReplicaClientHandling connection failing automatic reconnection transparently when possible for replication Topology.classReplayClientReplay client wrapperclassStandardClientConnection clientFields in org.mariadb.jdbc.client.impl declared as Client Modifier and Type Field Description protected ClientMultiPrimaryClient. currentClientcurrent clientprivate ClientMultiPrimaryReplicaClient. primaryClientprivate ClientMultiPrimaryReplicaClient. replicaClientMethods in org.mariadb.jdbc.client.impl that return Client Modifier and Type Method Description protected ClientMultiPrimaryClient. connectHost(boolean readOnly, boolean failFast)Trying connecting server.protected ClientMultiPrimaryClient. reConnect()Connection loopprotected ClientMultiPrimaryReplicaClient. reConnect()Reconnect connection, trying to continue transparently if possible.Methods in org.mariadb.jdbc.client.impl with parameters of type Client Modifier and Type Method Description protected voidMultiPrimaryClient. executeTransactionReplay(Client oldCli)Execute transaction replayprotected voidMultiPrimaryClient. replayIfPossible(Client oldClient, boolean canRedo)Execute transaction replay if in transaction and configured for it, throw an exception if notvoidMultiPrimaryClient. syncNewState(Client oldCli)Synchronized previous and new client states. -
Uses of Client in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export with parameters of type Client Modifier and Type Method Description voidPrepare. close(Client con)Close Prepared commandvoidPrepare. 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 Modifier and Type Method Description default voidRedoableWithPrepareClientMessage. rePrepare(Client client)Force re-prepare command -
Uses of Client in org.mariadb.jdbc.message.server
Methods in org.mariadb.jdbc.message.server with parameters of type Client Modifier and Type Method Description voidCachedPrepareResultPacket. close(Client con)Indicate that a prepare statement must be closed (if not in LRU cache)voidPrepareResultPacket. close(Client con)Close prepare packetvoidCachedPrepareResultPacket. decrementUse(Client con, BasePreparedStatement preparedStatement)voidPrepareResultPacket. decrementUse(Client con, BasePreparedStatement preparedStatement)Decrement use of prepare packet, so closing it if last usedvoidCachedPrepareResultPacket. unCache(Client con)Indicate that Prepare command is not on LRU cache anymore.
-