Package org.apache.beam.sdk.io.mongodb
Interface MongoDbGridFSIO.Parser<T>
- All Superinterfaces:
 Serializable
- Enclosing class:
 MongoDbGridFSIO
Interface for the parser that is used to parse the GridFSFile into the appropriate types.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidparse(GridFSFile gridFSFile, GridFSDownloadStream downloadStream, MongoDbGridFSIO.ParserCallback<T> callback)  
- 
Method Details
- 
parse
void parse(GridFSFile gridFSFile, GridFSDownloadStream downloadStream, MongoDbGridFSIO.ParserCallback<T> callback) throws IOException - Throws:
 IOException
 
 -