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 |
ConnectionPoolListenerAdapter.connectionCheckedOut(ConnectionCheckedOutEvent event) |
void |
ConnectionPoolListener.connectionCheckedOut(ConnectionCheckedOutEvent event)
Invoked when a connection is checked out of a pool.
|
void |
ConnectionPoolEventMulticaster.connectionCheckedOut(ConnectionCheckedOutEvent event)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPoolListenerMulticaster.connectionCheckedOut(ConnectionCheckedOutEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
JMXConnectionPoolListener.connectionCheckedOut(ConnectionCheckedOutEvent event) |
void |
ConnectionPoolStatistics.connectionCheckedOut(ConnectionCheckedOutEvent event) |