Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.gryo |
Modifier and Type | Field and Description |
---|---|
static GryoVersion |
GryoPool.CONFIG_IO_GRYO_POOL_VERSION_DEFAULT |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static Io.Builder<GryoIo> |
GryoIo.build(GryoVersion version)
Create a new builder using the specified version of Gryo.
|
GryoPool.Builder |
GryoPool.Builder.version(GryoVersion version)
Set the version of Gryo to use for this pool.
|
GryoMapper.Builder |
GryoMapper.Builder.version(GryoVersion version)
The version of Gryo to use in the mapper.
|
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.