Package | Description |
---|---|
com.mongodb.annotations |
Contains annotations that can apply to any part of the driver code.
|
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 | Class and Description |
---|---|
interface |
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionAddedEvent
An event for adding a new connection to the pool.
|
class |
ConnectionCheckedInEvent
An event for checking in a connection to the pool.
|
class |
ConnectionCheckedOutEvent
An event for checking our a connection from the pool.
|
class |
ConnectionClosedEvent
A connection closed event.
|
class |
ConnectionEventMulticaster
A multicaster for connection events.
|
interface |
ConnectionListener
A listener for connection-related events.
|
class |
ConnectionListenerAdapter
An adapter for connection listener implementations, for clients that want to listen for a subset of connection events.
|
class |
ConnectionMessageReceivedEvent
An event signifying that a message has been received on a connection.
|
class |
ConnectionMessagesSentEvent
An event signifying that a message has been sent on a connection.
|
class |
ConnectionOpenedEvent
An event for opening a new connection.
|
class |
ConnectionPoolClosedEvent
An event signifying the closing of a connection pool.
|
class |
ConnectionPoolEventMulticaster
A multicaster for connection pool events.
|
interface |
ConnectionPoolListener
A listener for connection pool-related events.
|
class |
ConnectionPoolListenerAdapter
An adapter for connection pool listener implementations, for clients that want to listen for a subset of connection pool events.
|
class |
ConnectionPoolOpenedEvent
An event signifying the opening of a connection pool.
|
class |
ConnectionPoolWaitQueueEnteredEvent
An event for entering the wait queue of the connection pool.
|
class |
ConnectionPoolWaitQueueExitedEvent
An event for entering the wait queue of the connection pool.
|
class |
ConnectionRemovedEvent
An event for removing a connection from the pool.
|
Modifier and Type | Class and Description |
---|---|
class |
JMXConnectionPoolListener
A connection pool listener that manages a set of JMX MBeans, one for each connection pool.
|