Package | Description |
---|---|
com.mongodb | |
com.mongodb.client | |
com.mongodb.client.gridfs |
This package contains the new GridFS implementation
|
Modifier and Type | Method and Description |
---|---|
MongoIterable<String> |
MongoClient.listDatabaseNames()
Get a list of the database names
|
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateIterable<TResult>
Iterable for aggregate.
|
interface |
DistinctIterable<TResult>
Iterable interface for distinct.
|
interface |
FindIterable<TResult>
Iterable for find.
|
interface |
ListCollectionsIterable<TResult>
Iterable for ListCollections.
|
interface |
ListDatabasesIterable<TResult>
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.
|
<U> MongoIterable<U> |
MongoIterable.map(com.mongodb.Function<TResult,U> mapper)
Maps this iterable from the source document type to the target document type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GridFSFindIterable
Iterable for the GridFS Files Collection.
|
Copyright © 2017. All rights reserved.