|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Listener | |
|---|---|
| org.mariadb.jdbc.internal.failover | |
| org.mariadb.jdbc.internal.failover.impl | |
| org.mariadb.jdbc.internal.failover.thread | |
| org.mariadb.jdbc.internal.protocol | |
| Uses of Listener in org.mariadb.jdbc.internal.failover |
|---|
| Classes in org.mariadb.jdbc.internal.failover that implement Listener | |
|---|---|
class |
AbstractMastersListener
|
class |
AbstractMastersSlavesListener
|
| Methods in org.mariadb.jdbc.internal.failover that return Listener | |
|---|---|
Listener |
FailoverProxy.getListener()
|
| Constructors in org.mariadb.jdbc.internal.failover with parameters of type Listener | |
|---|---|
FailoverProxy(Listener listener,
ReentrantLock lock)
Proxy constructor. |
|
| Uses of Listener in org.mariadb.jdbc.internal.failover.impl |
|---|
| Classes in org.mariadb.jdbc.internal.failover.impl that implement Listener | |
|---|---|
class |
AuroraListener
|
class |
MastersFailoverListener
|
class |
MastersSlavesListener
this class handle the operation when multiple hosts. |
| Uses of Listener in org.mariadb.jdbc.internal.failover.thread |
|---|
| Methods in org.mariadb.jdbc.internal.failover.thread with parameters of type Listener | |
|---|---|
static void |
FailoverLoop.addListener(Listener listener)
|
void |
ConnectionValidator.addListener(Listener listener,
long listenerCheckMillis)
Add listener to validation list. |
static void |
FailoverLoop.removeListener(Listener listener)
|
void |
ConnectionValidator.removeListener(Listener listener)
Remove listener to validation list. |
| Uses of Listener in org.mariadb.jdbc.internal.protocol |
|---|
| Methods in org.mariadb.jdbc.internal.protocol with parameters of type Listener | |
|---|---|
static void |
MasterProtocol.loop(Listener listener,
List<HostAddress> addresses,
SearchFilter searchFilter)
loop until found the failed connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||