Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoReader.Builder
Packages that use GryoReader.Builder
-
Uses of GryoReader.Builder in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return GryoReader.BuilderModifier and TypeMethodDescriptionGryoReader.Builder.batchSize(long batchSize) Number of mutations to perform before a commit is executed when usingGryoReader.readGraph(InputStream, Graph).static GryoReader.BuilderGryoReader.build()Supply a mapperGryoMapperinstance to use as the serializer for theKryoWriter.GryoIo.reader()Creates aGraphReader.ReaderBuilderimplementation .