Package org.apache.tinkerpop.gremlin.structure.io
package org.apache.tinkerpop.gremlin.structure.io
-
ClassDescriptionBase implementation of the
IoRegistryinterface that provides implementation of the methods using a aHashMap.Represents an abstract view for one or more primitive byte arrays and NIO buffers.Represents a factory to createBufferinstances fromBufferFactoryinstances.GraphMigratortakes the data in one graph and pipes it to another graph.Functions for reading a graph and its graph elements from a different serialization format.GraphReader.ReaderBuilder<T extends GraphReader>Largely a marker interface for builder classes that construct aGraphReader.Functions for writing a graph and its elements to a serialized format.GraphWriter.WriterBuilder<T extends GraphWriter>Largely a marker interface for builder classes that construct aGraphWriter.Io<R extends GraphReader.ReaderBuilder,W extends GraphWriter.WriterBuilder, M extends Mapper.Builder> Io.Builder<I extends Io>Helps to construct anIoimplementation and should be implemented by every such implementation as that class will be passed toGraph.io(Io.Builder)by the user.Deprecated.A generalized custom serializer registry for providers implementing aGraph.Mapper<T>Represents a low-level serialization class that can be used to map classes to serializers.Mapper.Builder<B extends Mapper.Builder>Largely a marker interface for builders that constructMapperinstances.Storage is a standard API that providers can implement to allow abstract UNIX-like file system for data sources.
GraphTraversalSource.io(String).