| Package | Description |
|---|---|
| com.mongodb.async.client |
This packages contains classes for the new async client
|
| Class and Description |
|---|
| AggregateIterable
Iterable for aggregate.
|
| DistinctIterable
Iterable for distinct.
|
| FindIterable
Iterable for find.
|
| ListCollectionsIterable
Iterable for ListCollections.
|
| ListDatabasesIterable
Iterable for ListDatabases.
|
| ListIndexesIterable
Iterable for ListIndexes.
|
| MapReduceIterable
Iterable for map reduce.
|
| MongoClient
A client-side representation of a MongoDB cluster.
|
| MongoClientSettings
Various settings to control the behavior of a
MongoClient. |
| MongoClientSettings.Builder
A builder for
MongoClientSettings so that MongoClientSettings can be immutable, and to support easier construction
through chaining. |
| MongoCollection
The MongoCollection interface.
|
| MongoDatabase
The MongoDatabase interface.
|
| MongoIterable
Operations that allow asynchronous iteration over a collection view.
|
| Observable
A
Observable represents a MongoDB operation. |
| Observer
Provides a mechanism for receiving push-based notifications.
|
| Subscription |
Copyright © 2016. All Rights Reserved.