Class NdbLoadBalanceExceptionChecker

java.lang.Object
com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker
com.mysql.cj.jdbc.ha.NdbLoadBalanceExceptionChecker
All Implemented Interfaces:
LoadBalanceExceptionChecker

public class NdbLoadBalanceExceptionChecker
extends StandardLoadBalanceExceptionChecker
  • Constructor Summary

    Constructors 
    Constructor Description
    NdbLoadBalanceExceptionChecker()  
  • Method Summary

    Modifier and Type Method Description
    boolean shouldExceptionTriggerFailover​(java.lang.Throwable ex)
    Invoked to determine whether or a given SQLException should trigger a failover in a load-balanced deployment.

    Methods inherited from class com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker

    destroy, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait