public static final class GryoReader.Builder extends Object implements GraphReader.ReaderBuilder<GryoReader>
| Modifier and Type | Method and Description | 
|---|---|
| GryoReader.Builder | batchSize(long batchSize)Number of mutations to perform before a commit is executed when using
  GryoReader.readGraph(InputStream, Graph). | 
| GryoReader | create()Creates the  GraphReaderimplementation given options provided to theGraphReader.ReaderBuilderimplementation. | 
| GryoReader.Builder | mapper(Mapper<org.apache.tinkerpop.shaded.kryo.Kryo> gryoMapper)Supply a mapper  GryoMapperinstance to use as the serializer for theKryoWriter. | 
public GryoReader.Builder batchSize(long batchSize)
GryoReader.readGraph(InputStream, Graph).public GryoReader.Builder mapper(Mapper<org.apache.tinkerpop.shaded.kryo.Kryo> gryoMapper)
GryoMapper instance to use as the serializer for the KryoWriter.public GryoReader create()
GraphReader.ReaderBuilderGraphReader implementation given options provided to the GraphReader.ReaderBuilder
 implementation.create in interface GraphReader.ReaderBuilder<GryoReader>Copyright © 2013–2015 Apache Software Foundation. All rights reserved.