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 GridFSDBFile into the appropriate types.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(GridFSDBFile input, MongoDbGridFSIO.ParserCallback<T> callback)
-
Method Details
-
parse
- Throws:
IOException
-