Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.GraphReader.ReaderBuilder
- 
- 
Uses of GraphReader.ReaderBuilder in org.apache.tinkerpop.gremlin.structure.ioClasses in org.apache.tinkerpop.gremlin.structure.io with type parameters of type GraphReader.ReaderBuilder Modifier and Type Interface Description interfaceIo<R extends GraphReader.ReaderBuilder,W extends GraphWriter.WriterBuilder,M extends Mapper.Builder>
- 
Uses of GraphReader.ReaderBuilder in org.apache.tinkerpop.gremlin.structure.io.binaryMethods in org.apache.tinkerpop.gremlin.structure.io.binary that return GraphReader.ReaderBuilder Modifier and Type Method Description GraphReader.ReaderBuilderGraphBinaryIo. reader()
- 
Uses of GraphReader.ReaderBuilder in org.apache.tinkerpop.gremlin.structure.io.graphmlClasses in org.apache.tinkerpop.gremlin.structure.io.graphml that implement GraphReader.ReaderBuilder Modifier and Type Class Description static classGraphMLReader.BuilderAllows configuration and construction of the GraphMLReader instance.
- 
Uses of GraphReader.ReaderBuilder in org.apache.tinkerpop.gremlin.structure.io.graphsonClasses in org.apache.tinkerpop.gremlin.structure.io.graphson that implement GraphReader.ReaderBuilder Modifier and Type Class Description static classGraphSONReader.Builder
- 
Uses of GraphReader.ReaderBuilder in org.apache.tinkerpop.gremlin.structure.io.gryoClasses in org.apache.tinkerpop.gremlin.structure.io.gryo that implement GraphReader.ReaderBuilder Modifier and Type Class Description static classGryoReader.Builder
 
-