Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
-
Packages that use GraphSONReader.Builder Package Description org.apache.tinkerpop.gremlin.structure.io.graphson -
-
Uses of GraphSONReader.Builder in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return GraphSONReader.Builder Modifier and Type Method Description GraphSONReader.Builder
GraphSONReader.Builder. batchSize(long batchSize)
Number of mutations to perform before a commit is executed when usingGraphSONReader.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 theGraphSONMapper
builder options with this mapper.GraphSONReader.Builder
GraphSONIo. reader()
Creates aGraphReader.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 withGraphSONWriter.Builder.wrapAdjacencyList(boolean)
wrapAdjacencyList} set totrue
, this setting needs to be set totrue
to properly read it.
-