Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.GraphReader
Packages that use GraphReader
Package
Description
-
Uses of GraphReader in org.apache.tinkerpop.gremlin.structure.io
Classes in org.apache.tinkerpop.gremlin.structure.io with type parameters of type GraphReaderModifier and TypeInterfaceDescriptionstatic interfaceGraphReader.ReaderBuilder<T extends GraphReader>Largely a marker interface for builder classes that construct aGraphReader.Fields in org.apache.tinkerpop.gremlin.structure.io with type parameters of type GraphReaderModifier and TypeFieldDescriptionIoCustomTest.readerMakerIoEdgeTest.readerMakerIoPropertyTest.readerMakerIoVertexTest.readerMakerMethods in org.apache.tinkerpop.gremlin.structure.io with parameters of type GraphReaderModifier and TypeMethodDescriptionstatic voidGraphMigrator.migrateGraph(Graph fromGraph, Graph toGraph, GraphReader reader, GraphWriter writer) Pipe the data from one graph to another graph.Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type GraphReaderModifier and TypeMethodDescriptionIo.Exceptions.readerFormatIsForFullGraphSerializationOnly(Class<? extends GraphReader> clazz) -
Uses of GraphReader in org.apache.tinkerpop.gremlin.structure.io.graphml
Classes in org.apache.tinkerpop.gremlin.structure.io.graphml that implement GraphReaderModifier and TypeClassDescriptionfinal classGraphMLReaderwrites the data from a GraphML stream to a graph. -
Uses of GraphReader in org.apache.tinkerpop.gremlin.structure.io.graphson
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson that implement GraphReaderModifier and TypeClassDescriptionfinal classA @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements.final classA @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements given the "legacy" Blueprints 2.x version of GraphSON. -
Uses of GraphReader in org.apache.tinkerpop.gremlin.structure.io.gryo
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo that implement GraphReaderModifier and TypeClassDescriptionfinal classTheGraphReaderfor the Gremlin Structure serialization format based on Kryo.