Uses of Interface
org.mariadb.jdbc.client.Client
-
Packages that use Client Package Description org.mariadb.jdbc org.mariadb.jdbc.client 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 Client
Connection. client
Methods in org.mariadb.jdbc that return Client Modifier and Type Method Description Client
Connection. getClient()
Constructors in org.mariadb.jdbc with parameters of type Client Constructor Description Connection(Configuration conf, java.util.concurrent.locks.ReentrantLock lock, Client client)
-
Uses of Client in org.mariadb.jdbc.client
Classes in org.mariadb.jdbc.client that implement Client Modifier and Type Class Description class
ClientImpl
class
ClientReplayImpl
class
MultiPrimaryClient
Handling connection failing automatic reconnection transparently when possible for multi-master Topology.class
MultiPrimaryReplicaClient
Handling connection failing automatic reconnection transparently when possible for replication Topology.Fields in org.mariadb.jdbc.client declared as Client Modifier and Type Field Description protected Client
MultiPrimaryClient. currentClient
private Client
MultiPrimaryReplicaClient. primaryClient
private Client
MultiPrimaryReplicaClient. replicaClient
Methods in org.mariadb.jdbc.client that return Client Modifier and Type Method Description protected Client
MultiPrimaryClient. connectHost(boolean readOnly, boolean failFast)
Trying connecting server.Methods in org.mariadb.jdbc.client with parameters of type Client Modifier and Type Method Description protected 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 Modifier and Type Method Description default void
RedoableWithPrepareClientMessage. rePrepare(Client client)
-
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 void
CachedPrepareResultPacket. close(Client con)
void
PrepareResultPacket. close(Client con)
void
CachedPrepareResultPacket. decrementUse(Client con, ServerPreparedStatement preparedStatement)
void
PrepareResultPacket. decrementUse(Client con, ServerPreparedStatement preparedStatement)
void
CachedPrepareResultPacket. unCache(Client con)
-