Package org.apache.beam.sdk.io.neo4j
Interface Neo4jIO.RowMapper<T>
-
- All Superinterfaces:
java.io.Serializable
- Enclosing class:
- Neo4jIO
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Neo4jIO.RowMapper<T> extends java.io.SerializableAn interface used byNeo4jIO.ReadAllfor converting each row of a Neo4jResultrecordRecordinto an element of the resultingPCollection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TmapRow(org.neo4j.driver.Record record)
-
-
-
Method Detail
-
mapRow
T mapRow(org.neo4j.driver.Record record) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-