Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo
-
Packages that use GryoIo Package Description org.apache.tinkerpop.gremlin.structure.io org.apache.tinkerpop.gremlin.structure.io.gryo -
-
Uses of GryoIo in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return types with arguments of type GryoIo Modifier and Type Method Description static Io.Builder<GryoIo>
IoCore. gryo()
Deprecated.Creates a basic Gryo-basedIo.Builder
. -
Uses of GryoIo in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return GryoIo Modifier and Type Method Description GryoIo
GryoIo.Builder. create()
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return types with arguments of type GryoIo Modifier and Type Method Description static Io.Builder<GryoIo>
GryoIo. build()
Create a new builder using the default version of Gryo - v3.static Io.Builder<GryoIo>
GryoIo. build(GryoVersion version)
Create a new builder using the specified version of Gryo.Io.Builder<GryoIo>
GryoIo.Builder. graph(Graph g)
-