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.annotations |
Contains annotations that can apply to any part of the driver code.
|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.client |
This package contains client interfaces
|
com.mongodb.client.gridfs |
This package contains the new GridFS implementation
|
com.mongodb.client.model.geojson |
This package contains classes that represent GeoJSON objects.
|
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).
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
com.mongodb.selector |
Contains classes that determine how to select the server to connect to in order to send commands or queries.
|
Class and Description |
---|
Immutable
The class to which this annotation is applied is immutable.
|
NotThreadSafe
The class to which this annotation is applied is not thread-safe.
|
ThreadSafe
The class to which this annotation is applied is thread-safe.
|
Class and Description |
---|
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Class and Description |
---|
Immutable
The class to which this annotation is applied is immutable.
|
NotThreadSafe
The class to which this annotation is applied is not thread-safe.
|
Class and Description |
---|
NotThreadSafe
The class to which this annotation is applied is not thread-safe.
|
ThreadSafe
The class to which this annotation is applied is thread-safe.
|
Class and Description |
---|
NotThreadSafe
The class to which this annotation is applied is not thread-safe.
|
ThreadSafe
The class to which this annotation is applied is thread-safe.
|
Class and Description |
---|
Immutable
The class to which this annotation is applied is immutable.
|
Class and Description |
---|
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Immutable
The class to which this annotation is applied is immutable.
|
NotThreadSafe
The class to which this annotation is applied is not thread-safe.
|
ThreadSafe
The class to which this annotation is applied is thread-safe.
|
Class and Description |
---|
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Immutable
The class to which this annotation is applied is immutable.
|
Class and Description |
---|
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Class and Description |
---|
NotThreadSafe
The class to which this annotation is applied is not thread-safe.
|
Class and Description |
---|
ThreadSafe
The class to which this annotation is applied is thread-safe.
|
Copyright © 2016. All Rights Reserved.