Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
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
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MongoBatchCursorAdapter<T> |
(package private) class |
MongoMappingCursor<T,U> |
Modifier and Type | Field and Description |
---|---|
private MongoCursor<DBObject> |
MongoCursorAdapter.cursor |
private MongoCursor<DBObject> |
DBCursor.cursor |
private MongoCursor<T> |
MongoMappingCursor.proxied |
Modifier and Type | Method and Description |
---|---|
MongoCursor<TResult> |
MongoIterableImpl.iterator() |
MongoCursor<V> |
MappingIterable.iterator() |
Constructor and Description |
---|
MongoCursorAdapter(MongoCursor<DBObject> cursor) |
MongoMappingCursor(MongoCursor<T> proxied,
Function<T,U> mapper) |
Modifier and Type | Method and Description |
---|---|
MongoCursor<TResult> |
MongoIterable.iterator() |
Modifier and Type | Field and Description |
---|---|
private MongoCursor<Document> |
GridFSDownloadStreamImpl.cursor |
Modifier and Type | Method and Description |
---|---|
private MongoCursor<Document> |
GridFSDownloadStreamImpl.getCursor(int startChunkIndex) |
MongoCursor<GridFSFile> |
GridFSFindIterableImpl.iterator() |