Package | Description |
---|---|
com.mongodb.event |
This package contains cluster and connection event related classes
|
com.mongodb.management |
Contains classes for monitoring the server/driver via Java Management Extensions (JMX).
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPoolListener.waitQueueEntered(ConnectionPoolWaitQueueEvent event)
Invoked when a connection pool's wait queue is entered.
|
void |
ConnectionPoolListenerAdapter.waitQueueEntered(ConnectionPoolWaitQueueEvent event) |
void |
ConnectionPoolEventMulticaster.waitQueueEntered(ConnectionPoolWaitQueueEvent event) |
void |
ConnectionPoolListener.waitQueueExited(ConnectionPoolWaitQueueEvent event)
Invoked when a connection pools wait queue is exited.
|
void |
ConnectionPoolListenerAdapter.waitQueueExited(ConnectionPoolWaitQueueEvent event) |
void |
ConnectionPoolEventMulticaster.waitQueueExited(ConnectionPoolWaitQueueEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
JMXConnectionPoolListener.waitQueueEntered(ConnectionPoolWaitQueueEvent event) |
void |
JMXConnectionPoolListener.waitQueueExited(ConnectionPoolWaitQueueEvent event) |
Copyright © 2016. All Rights Reserved.