Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.graphml |
Modifier and Type | Method and 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 a
GraphReader.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)
the key to use as the inputFactory when a caller wants to pass XMLInputFactory with its own configuration.
|
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.