Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoWriter
-
Packages that use GryoWriter Package Description org.apache.tinkerpop.gremlin.structure.io.gryo -
-
Uses of GryoWriter in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return GryoWriter Modifier and Type Method Description GryoWriter
GryoWriter.Builder. create()
Create theGryoWriter
.GryoWriter
GryoPool. takeWriter()
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type GryoWriter Modifier and Type Method Description void
GryoPool. offerWriter(GryoWriter gryoWriter)
Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type GryoWriter Modifier and Type Method Description void
GryoPool. doWithWriter(Consumer<GryoWriter> writerFunction)
-