Package org.apache.beam.sdk.io.mongodb
Interface MongoDbGridFSIO.Parser<T>
-
- All Superinterfaces:
java.io.Serializable
- Enclosing class:
- MongoDbGridFSIO
public static interface MongoDbGridFSIO.Parser<T> extends java.io.SerializableInterface for the parser that is used to parse the GridFSDBFile into the appropriate types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(com.mongodb.gridfs.GridFSDBFile input, MongoDbGridFSIO.ParserCallback<T> callback)
-
-
-
Method Detail
-
parse
void parse(com.mongodb.gridfs.GridFSDBFile input, MongoDbGridFSIO.ParserCallback<T> callback) throws java.io.IOException- Throws:
java.io.IOException
-
-