| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.structure | |
| org.apache.tinkerpop.gremlin.structure.io.graphson |
| Modifier and Type | Method and Description |
|---|---|
default GraphSONReader.Builder |
Graph.Io.graphSONReader()
Creates a
GraphReader builder for GraphSON serializations. |
| Modifier and Type | Method and Description |
|---|---|
GraphSONReader.Builder |
GraphSONReader.Builder.batchSize(long batchSize)
Number of mutations to perform before a commit is executed.
|
static GraphSONReader.Builder |
GraphSONReader.build() |
GraphSONReader.Builder |
GraphSONReader.Builder.edgeIdKey(String edgeIdKey)
The name of the key to supply to
BatchGraph.Builder.edgeIdKey when reading data into
the Graph. |
GraphSONReader.Builder |
GraphSONReader.Builder.mapper(GraphSONMapper mapper)
Override all of the
GraphSONMapper builder
options with this mapper. |
GraphSONReader.Builder |
GraphSONReader.Builder.vertexIdKey(String vertexIdKey)
The name of the key to supply to
BatchGraph.Builder.vertexIdKey when reading data into
the Graph. |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.