public static final class GryoWriter.Builder extends Object implements GraphWriter.WriterBuilder<GryoWriter>
Modifier and Type | Method and Description |
---|---|
GryoWriter |
create()
Create the
GryoWriter . |
GryoWriter.Builder |
mapper(Mapper<Kryo> gryoMapper)
Supply a mapper
GryoMapper instance to use as the serializer for the KryoWriter . |
public GryoWriter.Builder mapper(Mapper<Kryo> gryoMapper)
GryoMapper
instance to use as the serializer for the KryoWriter
.public GryoWriter create()
GryoWriter
.create
in interface GraphWriter.WriterBuilder<GryoWriter>
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.