Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLReader.Builder
Packages that use GraphMLReader.Builder
-
Uses of GraphMLReader.Builder in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return GraphMLReader.BuilderModifier and TypeMethodDescriptionGraphMLReader.Builder.batchSize(long batchSize) Number of mutations to perform before a commit is executed.static GraphMLReader.BuilderGraphMLReader.build()GraphMLReader.Builder.edgeLabelKey(String edgeLabelKey) The key to use as the edge label.GraphMLIo.reader()Creates aGraphReader.ReaderBuilderimplementation .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.vertexLabelKey(String vertexLabelKey) the key to use as the vertex label.GraphMLReader.Builder.xmlInputFactory(XMLInputFactory inputFactory) A customXMLInputFactory.