Uses of Enum Class
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoVersion
Packages that use GryoVersion
-
Uses of GryoVersion in org.apache.tinkerpop.gremlin.structure.io.gryo
Fields in org.apache.tinkerpop.gremlin.structure.io.gryo declared as GryoVersionModifier and TypeFieldDescriptionstatic final GryoVersionGryoPool.CONFIG_IO_GRYO_POOL_VERSION_DEFAULTMethods in org.apache.tinkerpop.gremlin.structure.io.gryo that return GryoVersionModifier and TypeMethodDescriptionGryoMapper.getVersion()static GryoVersionReturns the enum constant of this class with the specified name.static GryoVersion[]GryoVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type GryoVersionModifier and TypeMethodDescriptionstatic Io.Builder<GryoIo>GryoIo.build(GryoVersion version) Create a new builder using the specified version of Gryo.GryoMapper.Builder.version(GryoVersion version) The version of Gryo to use in the mapper.GryoPool.Builder.version(GryoVersion version) Set the version of Gryo to use for this pool.