Uses of Class
org.mariadb.jdbc.internal.failover.HandleErrorResult

Packages that use HandleErrorResult
org.mariadb.jdbc.internal.failover   
org.mariadb.jdbc.internal.failover.impl   
 

Uses of HandleErrorResult in org.mariadb.jdbc.internal.failover
 

Methods in org.mariadb.jdbc.internal.failover that return HandleErrorResult
 HandleErrorResult Listener.handleFailover(SQLException qe, Method method, Object[] args, Protocol protocol)
           
 HandleErrorResult AbstractMastersSlavesListener.handleFailover(SQLException qe, Method method, Object[] args, Protocol protocol)
          Handle failover on master or slave connection.
 HandleErrorResult AbstractMastersListener.handleFailover(SQLException qe, Method method, Object[] args, Protocol protocol)
          Call when a failover is detected on master connection.
 HandleErrorResult Listener.primaryFail(Method method, Object[] args)
           
abstract  HandleErrorResult AbstractMastersListener.primaryFail(Method method, Object[] args)
           
 HandleErrorResult AbstractMastersListener.relaunchOperation(Method method, Object[] args)
          After a failover that has bean done, relaunch the operation that was in progress.
abstract  HandleErrorResult AbstractMastersSlavesListener.secondaryFail(Method method, Object[] args)
           
 

Uses of HandleErrorResult in org.mariadb.jdbc.internal.failover.impl
 

Methods in org.mariadb.jdbc.internal.failover.impl that return HandleErrorResult
 HandleErrorResult MastersSlavesListener.primaryFail(Method method, Object[] args)
          To handle the newly detected failover on the master connection.
 HandleErrorResult MastersFailoverListener.primaryFail(Method method, Object[] args)
           
 HandleErrorResult MastersSlavesListener.secondaryFail(Method method, Object[] args)
          To handle the newly detected failover on the secondary connection.
 



Copyright © 2017. All rights reserved.