Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.KryoShim
Packages that use KryoShim
Package
Description
Abstracts a minimal subset of Kryo types and methods.
Implementations of the interfaces in
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
using TinkerPop's shaded copy of Kryo.-
Uses of KryoShim in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type KryoShimModifier and TypeMethodDescription<I extends InputShim>
DefaultRemoteTraverserGryoSerializersV1.DefaultRemoteTraverserSerializer.read(KryoShim<I, ?> kryo, I input, Class<DefaultRemoteTraverser> remoteTraverserClass) GryoSerializersV1.PropertySerializer.read(KryoShim<I, ?> kryo, I input, Class<Property> propertyClass) <I extends InputShim>
VertexPropertyGryoSerializersV1.VertexPropertySerializer.read(KryoShim<I, ?> kryo, I input, Class<VertexProperty> vertexPropertyClass) <I extends InputShim>
DefaultRemoteTraverserGryoSerializersV3.DefaultRemoteTraverserSerializer.read(KryoShim<I, ?> kryo, I input, Class<DefaultRemoteTraverser> remoteTraverserClass) GryoSerializersV3.PropertySerializer.read(KryoShim<I, ?> kryo, I input, Class<Property> propertyClass) <I extends InputShim>
TraversalMetricsGryoSerializersV3.TraversalMetricsSerializer.read(KryoShim<I, ?> kryo, I input, Class<TraversalMetrics> clazz) <I extends InputShim>
VertexPropertyGryoSerializersV3.VertexPropertySerializer.read(KryoShim<I, ?> kryo, I input, Class<VertexProperty> vertexPropertyClass) <I extends InputShim>
ToyTriangleToyTriangle.ToyTriangleSerializer.read(KryoShim<I, ?> kryo, I input, Class<ToyTriangle> toyTriangleClass) <O extends OutputShim>
voidGryoSerializersV1.DefaultRemoteTraverserSerializer.write(KryoShim<?, O> kryo, O output, DefaultRemoteTraverser remoteTraverser) <O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
voidGryoSerializersV1.VertexPropertySerializer.write(KryoShim<?, O> kryo, O output, VertexProperty vertexProperty) <O extends OutputShim>
void<O extends OutputShim>
voidGryoSerializersV3.DefaultRemoteTraverserSerializer.write(KryoShim<?, O> kryo, O output, DefaultRemoteTraverser remoteTraverser) <O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
voidGryoSerializersV3.TraversalMetricsSerializer.write(KryoShim<?, O> kryo, O output, TraversalMetrics object) <O extends OutputShim>
void<O extends OutputShim>
voidGryoSerializersV3.VertexPropertySerializer.write(KryoShim<?, O> kryo, O output, VertexProperty vertexProperty) <O extends OutputShim>
void<O extends OutputShim>
void<O extends OutputShim>
voidToyTriangle.ToyTriangleSerializer.write(KryoShim<?, O> kryo, O output, ToyTriangle toyTriangle) -
Uses of KryoShim in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim with parameters of type KryoShim -
Uses of KryoShim in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded that implement KryoShim -
Uses of KryoShim in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type KryoShimModifier and TypeMethodDescriptionIf the returnedStarGraphis null, that means that theGraphFilterfiltered the vertex.<O extends OutputShim>
void