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 |
Abstracts a minimal subset of Kryo types and methods.
|
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 | Method and Description |
---|---|
<I extends InputShim> |
ObjectWritableSerializer.read(KryoShim<I,?> kryo,
I input,
Class<ObjectWritable<T>> clazz) |
<I extends InputShim> |
VertexWritableSerializer.read(KryoShim<I,?> kryo,
I input,
Class<VertexWritable> clazz) |
<O extends OutputShim> |
ObjectWritableSerializer.write(KryoShim<?,O> kryo,
O output,
ObjectWritable<T> starGraph) |
<O extends OutputShim> |
VertexWritableSerializer.write(KryoShim<?,O> kryo,
O output,
VertexWritable vertexWritable) |
Modifier and Type | Class and Description |
---|---|
class |
UnshadedKryoAdapter |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
GryoSerializers.BytecodeSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Bytecode> clazz) |
<I extends InputShim> |
GryoSerializers.DefaultRemoteTraverserSerializer.read(KryoShim<I,?> kryo,
I input,
Class<DefaultRemoteTraverser> remoteTraverserClass) |
<I extends InputShim> |
GryoSerializers.EdgeSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Edge> edgeClass) |
<I extends InputShim> |
GryoSerializers.PathSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Path> pathClass) |
<I extends InputShim> |
GryoSerializers.PropertySerializer.read(KryoShim<I,?> kryo,
I input,
Class<Property> propertyClass) |
<I extends InputShim> |
GryoSerializers.VertexSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Vertex> vertexClass) |
<I extends InputShim> |
GryoSerializers.VertexPropertySerializer.read(KryoShim<I,?> kryo,
I input,
Class<VertexProperty> vertexPropertyClass) |
<O extends OutputShim> |
GryoSerializers.BytecodeSerializer.write(KryoShim<?,O> kryo,
O output,
Bytecode bytecode) |
<O extends OutputShim> |
GryoSerializers.DefaultRemoteTraverserSerializer.write(KryoShim<?,O> kryo,
O output,
DefaultRemoteTraverser remoteTraverser) |
<O extends OutputShim> |
GryoSerializers.EdgeSerializer.write(KryoShim<?,O> kryo,
O output,
Edge edge) |
<O extends OutputShim> |
GryoSerializers.PathSerializer.write(KryoShim<?,O> kryo,
O output,
Path path) |
<O extends OutputShim> |
GryoSerializers.PropertySerializer.write(KryoShim<?,O> kryo,
O output,
Property property) |
<O extends OutputShim> |
GryoSerializers.VertexSerializer.write(KryoShim<?,O> kryo,
O output,
Vertex vertex) |
<O extends OutputShim> |
GryoSerializers.VertexPropertySerializer.write(KryoShim<?,O> kryo,
O output,
VertexProperty vertexProperty) |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
SerializerShim.read(KryoShim<I,?> kryo,
I input,
Class<T> clazz) |
<O extends OutputShim> |
SerializerShim.write(KryoShim<?,O> kryo,
O output,
T object) |
Modifier and Type | Class and Description |
---|---|
class |
ShadedKryoAdapter |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
StarGraphSerializer.read(KryoShim<I,?> kryo,
I input,
Class<StarGraph> clazz)
If the returned
StarGraph is null, that means that the GraphFilter filtered the vertex. |
<O extends OutputShim> |
StarGraphSerializer.write(KryoShim<?,O> kryo,
O output,
StarGraph starGraph) |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.