Uses of Class
org.apache.tinkerpop.gremlin.structure.io.gryo.GryoPool.Type
-
Packages that use GryoPool.Type Package Description org.apache.tinkerpop.gremlin.structure.io.gryo -
-
Uses of GryoPool.Type in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return GryoPool.Type Modifier and Type Method Description static GryoPool.Type
GryoPool.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static GryoPool.Type[]
GryoPool.Type. 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 GryoPool.Type Modifier and Type Method Description GryoPool.Builder
GryoPool.Builder. type(GryoPool.Type type)
The type ofGryoPool
to support -- seeType
-