See: Description
Interface | Description |
---|---|
Neo4jIO.RowMapper<T> |
An interface used by
Neo4jIO.ReadAll for converting each row of a Neo4j Result record
Record into an element of the resulting PCollection . |
Class | Description |
---|---|
Neo4jIO |
This is a Beam IO to read from, and write data to, Neo4j.
|
Neo4jIO.DriverConfiguration |
This describes all the information needed to create a Neo4j
Session . |
Neo4jIO.DriverProviderFromDriverConfiguration |
Wraps a
Neo4jIO.DriverConfiguration to provide a Driver . |
Neo4jIO.ReadAll<ParameterT,OutputT> |
This is the class which handles the work behind the
Neo4jIO.readAll() method. |
Neo4jIO.WriteUnwind<ParameterT> |
This is the class which handles the work behind the
Neo4jIO.writeUnwind() method. |