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 Client -
Uses of Client in org.mariadb.jdbc.client
Classes in org.mariadb.jdbc.client that implement ClientModifier and TypeClassDescriptionclass
class
class
Handling connection failing automatic reconnection transparently when possible for multi-master Topology.class
Handling connection failing automatic reconnection transparently when possible for replication Topology.Fields in org.mariadb.jdbc.client declared as ClientModifier and TypeFieldDescriptionprotected Client
MultiPrimaryClient.currentClient
private Client
MultiPrimaryReplicaClient.primaryClient
private Client
MultiPrimaryReplicaClient.replicaClient
Methods in org.mariadb.jdbc.client that return ClientModifier and TypeMethodDescriptionprotected Client
MultiPrimaryClient.connectHost
(boolean readOnly, boolean failFast) Trying connecting server.Methods in org.mariadb.jdbc.client with parameters of type ClientModifier and TypeMethodDescriptionprotected void
MultiPrimaryClient.executeTransactionReplay
(Client oldCli) void
MultiPrimaryClient.syncNewState
(Client oldCli) -
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
void
void
CachedPrepareResultPacket.decrementUse
(Client con, ServerPreparedStatement preparedStatement) void
PrepareResultPacket.decrementUse
(Client con, ServerPreparedStatement preparedStatement) void