Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.graphson |
Modifier and Type | Method and Description |
---|---|
GraphSONReader.Builder |
GraphSONReader.Builder.batchSize(long batchSize)
Number of mutations to perform before a commit is executed when using
GraphSONReader.readGraph(InputStream, Graph) . |
static GraphSONReader.Builder |
GraphSONReader.build() |
GraphSONReader.Builder |
GraphSONReader.Builder.mapper(Mapper<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper> mapper)
Override all of the
GraphSONMapper builder
options with this mapper. |
GraphSONReader.Builder |
GraphSONIo.reader()
Creates a
GraphReader.ReaderBuilder implementation . |
GraphSONReader.Builder |
GraphSONReader.Builder.unwrapAdjacencyList(boolean unwrapAdjacencyList)
If the adjacency list is wrapped in a JSON object, as is done when writing a graph with
GraphSONWriter.Builder.wrapAdjacencyList(boolean) wrapAdjacencyList} set to true , this
setting needs to be set to true to properly read it. |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.