Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
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).
|
Class and Description |
---|
CommandListener
A listener for command events
|
Class and Description |
---|
ClusterListener
A listener for cluster-related events.
|
CommandListener
A listener for command events
|
ConnectionListener
A listener for connection-related events.
|
ConnectionPoolListener
A listener for connection pool-related events.
|
Class and Description |
---|
ClusterDescriptionChangedEvent
An event signifying that the cluster description has changed.
|
ClusterEvent
A cluster-related event.
|
ClusterListener
A listener for cluster-related events.
|
CommandEvent
An event representing a MongoDB database command.
|
CommandFailedEvent
An event representing the failure of a MongoDB database command.
|
CommandListener
A listener for command events
|
CommandStartedEvent
An event representing the start of a command execution.
|
CommandSucceededEvent
An event representing the completion of a MongoDB database command.
|
ConnectionEvent
A connection-related event.
|
ConnectionListener
A listener for connection-related events.
|
ConnectionMessageReceivedEvent
An event signifying that a message has been received on a connection.
|
ConnectionMessagesSentEvent
An event signifying that a message has been sent on a connection.
|
ConnectionPoolEvent
A connection pool-related event.
|
ConnectionPoolListener
A listener for connection pool-related events.
|
ConnectionPoolOpenedEvent
An event signifying the opening of a connection pool.
|
ConnectionPoolWaitQueueEvent
An event related to the connection pool's wait queue..
|
Class and Description |
---|
ConnectionEvent
A connection-related event.
|
ConnectionPoolEvent
A connection pool-related event.
|
ConnectionPoolListener
A listener for connection pool-related events.
|
ConnectionPoolOpenedEvent
An event signifying the opening of a connection pool.
|
ConnectionPoolWaitQueueEvent
An event related to the connection pool's wait queue..
|
Copyright © 2016. All Rights Reserved.