Package | Description |
---|---|
com.mongodb.async.client |
This packages contains classes for the new async client
|
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateIterable<TResult>
Iterable for aggregate.
|
interface |
DistinctIterable<TResult>
Iterable for distinct.
|
interface |
FindIterable<T>
Iterable for find.
|
interface |
ListCollectionsIterable<TResult>
Iterable for ListCollections.
|
interface |
ListDatabasesIterable<T>
Iterable for ListDatabases.
|
interface |
ListIndexesIterable<TResult>
Iterable for ListIndexes.
|
interface |
MapReduceIterable<TResult>
Iterable for map reduce.
|
Modifier and Type | Method and Description |
---|---|
MongoIterable<TResult> |
MongoIterable.batchSize(int batchSize)
Sets the number of documents to return per batch.
|
MongoIterable<String> |
MongoDatabase.listCollectionNames()
Gets the names of all the collections in this database.
|
MongoIterable<String> |
MongoClient.listDatabaseNames()
Get a list of the database names
|
<U> MongoIterable<U> |
MongoIterable.map(Function<TResult,U> mapper)
Maps this iterable from the source document type to the target document type.
|
Modifier and Type | Method and Description |
---|---|
static <TResult> Observable<TResult> |
Observables.observe(MongoIterable<TResult> mongoIterable)
Convert a
MongoIterable into an Observable . |
Copyright © 2016. All Rights Reserved.