Package | Description |
---|---|
com.mongodb.event |
This package contains cluster and connection event related classes
|
com.mongodb.internal.event | |
com.mongodb.management |
Contains classes for monitoring the server/driver via Java Management Extensions (JMX).
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPoolListener.waitQueueEntered(ConnectionPoolWaitQueueEnteredEvent event)
Invoked when a connection pool's wait queue is entered.
|
void |
ConnectionPoolEventMulticaster.waitQueueEntered(ConnectionPoolWaitQueueEnteredEvent event)
Deprecated.
|
void |
ConnectionPoolListenerAdapter.waitQueueEntered(ConnectionPoolWaitQueueEnteredEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPoolListenerMulticaster.waitQueueEntered(ConnectionPoolWaitQueueEnteredEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPoolStatistics.waitQueueEntered(ConnectionPoolWaitQueueEnteredEvent event) |
void |
JMXConnectionPoolListener.waitQueueEntered(ConnectionPoolWaitQueueEnteredEvent event) |