| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.structure | |
| org.apache.tinkerpop.gremlin.structure.io.graphml |
| Modifier and Type | Method and Description |
|---|---|
default GraphMLReader.Builder |
Graph.Io.graphMLReader()
Creates a
GraphReader builder for GraphML serializations. |
| 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.edgeIdKey(String edgeIdKey)
The name of the key to supply to
BatchGraph.Builder.edgeIdKey when reading data into
the Graph. |
GraphMLReader.Builder |
GraphMLReader.Builder.edgeLabelKey(String edgeLabelKey)
The key to use as the edge label.
|
GraphMLReader.Builder |
GraphMLReader.Builder.vertexIdKey(String vertexIdKey)
The name of the key to supply to
BatchGraph.Builder.vertexIdKey when reading data into
the Graph. |
GraphMLReader.Builder |
GraphMLReader.Builder.vertexLabelKey(String vertexLabelKey)
the key to use as the vertex label.
|
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.