| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure | |
| com.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(java.lang.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(java.lang.String vertexIdKey)
The name of the key to supply to
BatchGraph.Builder.vertexIdKey when reading data into
the Graph. |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.