Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.async.client.gridfs |
Contains the classes for supporting MongoDB's specification for storing very large files, GridFS.
|
com.mongodb.client |
This package contains classes for the new client api for MongoDatabase and MongoCollection
|
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 |
GridFSBucket
Represents a GridFS Bucket
|
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 © 2017. All Rights Reserved.