Package | Description |
---|---|
org.apache.tinkerpop.gremlin.spark.structure.io.gryo | |
org.apache.tinkerpop.gremlin.spark.structure.io.gryo.kryoshim.unshaded | |
org.apache.tinkerpop.gremlin.structure.io.gryo | |
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded |
Implementations of the interfaces in
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
using TinkerPop's shaded copy of Kryo. |
org.apache.tinkerpop.gremlin.structure.util.star |
Modifier and Type | Class and Description |
---|---|
class |
ObjectWritableSerializer<T> |
class |
VertexWritableSerializer |
Constructor and Description |
---|
UnshadedSerializerAdapter(SerializerShim<T> serializer) |
Modifier and Type | Class and Description |
---|---|
static class |
GryoSerializers.BindingSerializer |
static class |
GryoSerializers.BytecodeSerializer |
static class |
GryoSerializers.DefaultRemoteTraverserSerializer |
static class |
GryoSerializers.EdgeSerializer
Serializes any
Edge implementation encountered to a DetachedEdge . |
static class |
GryoSerializers.LambdaSerializer |
static class |
GryoSerializers.PathSerializer
Serializes any
Path implementation encountered to an DetachedPath . |
static class |
GryoSerializers.PropertySerializer
Serializes any
Property implementation encountered to an DetachedProperty . |
static class |
GryoSerializers.PSerializer |
static class |
GryoSerializers.VertexPropertySerializer
Serializes any
VertexProperty implementation encountered to an DetachedVertexProperty . |
static class |
GryoSerializers.VertexSerializer
Serializes any
Vertex implementation encountered to an DetachedVertex . |
Modifier and Type | Method and Description |
---|---|
SerializerShim<T> |
TypeRegistration.getSerializerShim() |
Constructor and Description |
---|
ShadedSerializerAdapter(SerializerShim<T> serializer) |
Modifier and Type | Class and Description |
---|---|
class |
StarGraphSerializer
Kryo serializer for
StarGraph . |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.