public class WriteBlobCommandGridFS extends BaseCommand<String>
Command for MongoMicroKernel#write(InputStream)| Constructor and Description |
|---|
WriteBlobCommandGridFS(com.mongodb.gridfs.GridFS gridFS,
InputStream is)
Constructs a
WriteBlobCommandMongo |
| Modifier and Type | Method and Description |
|---|---|
String |
execute()
Executes the
Command and returns its result. |
getNumOfRetries, needsRetry, needsRetrypublic WriteBlobCommandGridFS(com.mongodb.gridfs.GridFS gridFS,
InputStream is)
WriteBlobCommandMongogridFS - GridFS instance.is - Input stream.Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.