Uses of Class
org.mariadb.jdbc.internal.failover.tools.SearchFilter
-
Packages that use SearchFilter Package Description org.mariadb.jdbc.internal.failover org.mariadb.jdbc.internal.failover.impl org.mariadb.jdbc.internal.protocol -
-
Uses of SearchFilter in org.mariadb.jdbc.internal.failover
Methods in org.mariadb.jdbc.internal.failover that return SearchFilter Modifier and Type Method Description SearchFilterAbstractMastersListener. getFilterForFailedHost()SearchFilterAbstractMastersSlavesListener. getFilterForFailedHost()SearchFilterListener. getFilterForFailedHost()Methods in org.mariadb.jdbc.internal.failover with parameters of type SearchFilter Modifier and Type Method Description abstract booleanAbstractMastersListener. checkMasterStatus(SearchFilter searchFilter)booleanListener. checkMasterStatus(SearchFilter searchFilter)abstract voidAbstractMastersListener. reconnectFailedConnection(SearchFilter filter)voidListener. reconnectFailedConnection(SearchFilter filter) -
Uses of SearchFilter in org.mariadb.jdbc.internal.failover.impl
Methods in org.mariadb.jdbc.internal.failover.impl with parameters of type SearchFilter Modifier and Type Method Description booleanAuroraListener. checkMasterStatus(SearchFilter searchFilter)booleanMastersFailoverListener. checkMasterStatus(SearchFilter searchFilter)Check master status.booleanMastersSlavesListener. checkMasterStatus(SearchFilter searchFilter)Check master status.voidAuroraListener. reconnectFailedConnection(SearchFilter initialSearchFilter)Search a valid connection for failed one.voidMastersFailoverListener. reconnectFailedConnection(SearchFilter searchFilter)Loop to connect failed hosts.voidMastersSlavesListener. reconnectFailedConnection(SearchFilter searchFilter)Loop to connect. -
Uses of SearchFilter in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol with parameters of type SearchFilter Modifier and Type Method Description protected static booleanMastersSlavesProtocol. foundMaster(MastersSlavesListener listener, MastersSlavesProtocol protocol, SearchFilter searchFilter)protected static booleanMastersSlavesProtocol. foundSecondary(MastersSlavesListener listener, MastersSlavesProtocol protocol, SearchFilter searchFilter)static voidAuroraProtocol. loop(AuroraListener listener, GlobalStateInfo globalInfo, List<HostAddress> addresses, SearchFilter initialSearchFilter)loop until found the failed connection.static voidMasterProtocol. loop(Listener listener, GlobalStateInfo globalInfo, List<HostAddress> addresses, SearchFilter searchFilter)loop until found the failed connection.static voidMastersSlavesProtocol. loop(MastersSlavesListener listener, GlobalStateInfo globalInfo, List<HostAddress> addresses, SearchFilter searchFilter)loop until found the failed connection.
-