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.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.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.selector |
Contains classes that determine how to select the server to connect to in order to send commands or queries.
|
Modifier and Type | Class and Description |
---|---|
class |
DB
A thread-safe client view of a logical database in a MongoDB cluster.
|
class |
DBCollection
Implementation of a database collection.
|
class |
Mongo
A database connection with internal connection pooling.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MongoCollection<TDocument>
The MongoCollection interface.
|
interface |
MongoDatabase
The MongoDatabase interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MongoCollection<TDocument>
The MongoCollection interface.
|
interface |
MongoDatabase
The MongoDatabase interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GridFSBucket
Represents a GridFS Bucket
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncConnection
An asynchronous connection to a MongoDB server with non-blocking operations.
|
interface |
Connection
A synchronous connection to a MongoDB server with blocking operations.
|
interface |
Server
A logical connection to a MongoDB server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerSelector
An interface for selecting a server from a cluster according some preference.
|
Copyright © 2016. All Rights Reserved.