Package | Description |
---|---|
com.mongodb.annotations |
Contains annotations that can apply to any part of the driver code.
|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
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 |
ChangeEvent<T>
Represents some sort of change in the system
|
interface |
ChangeListener<T>
Listener for ChangeEvents - classes that implement this will be informed if classes of type
T are changed. |
Modifier and Type | Class and Description |
---|---|
class |
ClusterDescriptionChangedEvent
An event signifying that the cluster description has changed.
|
class |
ClusterEvent
A cluster-related event.
|
class |
ClusterEventMulticaster
A multicaster for cluster events.
|
interface |
ClusterListener
A listener for cluster-related events.
|
class |
ClusterListenerAdapter
An adapter for cluster listener implementations, for clients that want to listen for a subset of cluster events.
|
class |
ConnectionEvent
A connection-related 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 |
ConnectionPoolEvent
A connection pool-related event.
|
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 |
ConnectionPoolWaitQueueEvent
An event related to the connection pool's wait queue..
|
Modifier and Type | Class and Description |
---|---|
class |
JMXConnectionPoolListener
A connection pool listener that manages a set of JMX MBeans, one for each connection pool.
|
Copyright © 2016. All Rights Reserved.