| Package | Description |
|---|---|
| com.mongodb.async.client.gridfs |
Contains the classes for supporting MongoDB's specification for storing very large files, GridFS.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GridFSIndexCheckImpl |
| Modifier and Type | Field and Description |
|---|---|
private GridFSIndexCheck |
GridFSUploadStreamImpl.indexCheck |
| Constructor and Description |
|---|
GridFSUploadStreamImpl(MongoCollection<GridFSFile> filesCollection,
MongoCollection<Document> chunksCollection,
BsonValue fileId,
java.lang.String filename,
int chunkSizeBytes,
Document metadata,
GridFSIndexCheck indexCheck) |