Search Java Classes and Packages
Search Java Frameworks and Libraries
#Mongodb.async.client Classes and Interfaces - 18 results found.
| Name | Description | Type | Package | Framework |
| AggregateIterable | Iterable for aggregate. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| DistinctIterable | Iterable for distinct. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| FindIterable | Sets the number of documents to return per batch. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| ListCollectionsIterable | Iterable for ListCollections. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| ListDatabasesIterable | Iterable for ListDatabases. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| ListIndexesIterable | Iterable for ListIndexes. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| MapReduceIterable | Iterable for map reduce. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| MongoClient | A client-side representation of a MongoDB cluster. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| MongoClients | A factory for MongoClient instances. | Class | mongodb.async.client | MongoDB NoSQL |
|
| MongoClientSettings | Various settings to control the behavior of a MongoClient. | Class | mongodb.async.client | MongoDB NoSQL |
|
| MongoClientSettings .Builder | A builder for MongoClientSettings so that MongoClientSettings can be immutable, and to support easier constructionBuild an instance of MongoClientSettings. | Class | mongodb.async.client.MongoClientSettings | MongoDB NoSQL |
|
| MongoCollection | The MongoCollection interface. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| MongoDatabase | The MongoDatabase interface. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| MongoIterable | Operations that allow asynchronous iteration over a collection view. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| Observable | A Observable represents a MongoDB operation. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| Observables | Allows async methods to be converted into event-based Observables. | Class | mongodb.async.client | MongoDB NoSQL |
|
| Observer | Provides a mechanism for receiving push-based notifications. | Interface | mongodb.async.client | MongoDB NoSQL |
|
| Subscription | A Subscription represents a one-to-one lifecycle of a Observer subscribing to an Observable. | Interface | mongodb.async.client | MongoDB NoSQL |