Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
-
Packages that use GraphMLReader.Builder Package Description org.apache.tinkerpop.gremlin.structure.io.graphml -
-
Uses of GraphMLReader.Builder in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return GraphMLReader.Builder Modifier and Type Method Description GraphMLReader.Builder
GraphMLReader.Builder. batchSize(long batchSize)
Number of mutations to perform before a commit is executed.static GraphMLReader.Builder
GraphMLReader. build()
GraphMLReader.Builder
GraphMLReader.Builder. edgeLabelKey(String edgeLabelKey)
The key to use as the edge label.GraphMLReader.Builder
GraphMLIo. reader()
Creates aGraphReader.ReaderBuilder
implementation .GraphMLReader.Builder
GraphMLReader.Builder. strict(boolean strict)
When set to true, exceptions will be thrown if a property value cannot be coerced to the expected data type.GraphMLReader.Builder
GraphMLReader.Builder. vertexLabelKey(String vertexLabelKey)
the key to use as the vertex label.GraphMLReader.Builder
GraphMLReader.Builder. xmlInputFactory(XMLInputFactory inputFactory)
A customXMLInputFactory
.
-