Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.InputShim
Packages that use InputShim
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 InputShim in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with type parameters of type InputShimModifier 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) -
Uses of InputShim in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim with type parameters of type InputShimModifier and TypeInterfaceDescriptioninterfaceKryoShim<I extends InputShim,O extends OutputShim> A minimalKryo-like abstraction.Methods in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim with type parameters of type InputShim -
Uses of InputShim in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded that implement InputShim -
Uses of InputShim in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star with type parameters of type InputShim