Class Neo4jIO.WriteUnwind<ParameterT>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<ParameterT>,PDone>
org.apache.beam.sdk.io.neo4j.Neo4jIO.WriteUnwind<ParameterT>
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
Neo4jIO

public abstract static class Neo4jIO.WriteUnwind<ParameterT> extends PTransform<PCollection<ParameterT>,PDone>
This is the class which handles the work behind the Neo4jIO.writeUnwind() method.
See Also: