Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
-
Packages that use GryoVersion Package Description org.apache.tinkerpop.gremlin.structure.io.gryo -
-
Uses of GryoVersion in org.apache.tinkerpop.gremlin.structure.io.gryo
Fields in org.apache.tinkerpop.gremlin.structure.io.gryo declared as GryoVersion Modifier and Type Field Description static GryoVersion
GryoPool. CONFIG_IO_GRYO_POOL_VERSION_DEFAULT
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return GryoVersion Modifier and Type Method Description GryoVersion
GryoMapper. getVersion()
static GryoVersion
GryoVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static GryoVersion[]
GryoVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type GryoVersion Modifier and Type Method Description static Io.Builder<GryoIo>
GryoIo. build(GryoVersion version)
Create a new builder using the specified version of Gryo.GryoMapper.Builder
GryoMapper.Builder. version(GryoVersion version)
The version of Gryo to use in the mapper.GryoPool.Builder
GryoPool.Builder. version(GryoVersion version)
Set the version of Gryo to use for this pool.
-