Class MultiPrimaryClient

java.lang.Object
org.mariadb.jdbc.client.MultiPrimaryClient
All Implemented Interfaces:
AutoCloseable, Client
Direct Known Subclasses:
MultiPrimaryReplicaClient

public class MultiPrimaryClient extends Object implements Client
Handling connection failing automatic reconnection transparently when possible for multi-master Topology.

remark: would have been better using proxy, but for AOT compilation, avoiding to using not supported proxy class.