| Modifier and Type | Class and Description |
|---|---|
static interface |
KryoMapper.Builder |
static class |
KryoMapper.BuilderV1d0 |
static interface |
KryoMapper.HeaderReader |
static interface |
KryoMapper.HeaderWriter |
static class |
KryoMapper.Version |
| Modifier and Type | Field and Description |
|---|---|
static byte |
DEFAULT_EXTENDED_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static KryoMapper.Builder |
build()
Use the most current version of Gremlin Kryo.
|
static KryoMapper.Builder |
build(KryoMapper.Version version)
Use a specific version of Gremlin Kryo.
|
com.esotericsoftware.kryo.Kryo |
createMapper()
Create a new instance of the internal object mapper that an implementation represents.
|
KryoMapper.HeaderReader |
getHeaderReader() |
KryoMapper.HeaderWriter |
getHeaderWriter() |
byte[] |
getVersionedHeader()
Gets the header for a Gremlin Kryo file, which is based on the version of Gremlin Kryo that is constructed
via the builder classes.
|
public static final byte DEFAULT_EXTENDED_VERSION
public com.esotericsoftware.kryo.Kryo createMapper()
MappercreateMapper in interface Mapper<com.esotericsoftware.kryo.Kryo>public KryoMapper.HeaderWriter getHeaderWriter()
public KryoMapper.HeaderReader getHeaderReader()
public byte[] getVersionedHeader()
public static KryoMapper.Builder build(KryoMapper.Version version)
public static KryoMapper.Builder build()
Copyright © 2013-2015 TinkerPop. All Rights Reserved.