Class Neo4jIO.ReadAll<ParameterT,OutputT>

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

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