Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.GraphReader
-
-
Uses of GraphReader in org.apache.tinkerpop.gremlin.structure.io
Classes in org.apache.tinkerpop.gremlin.structure.io with type parameters of type GraphReader Modifier and Type Interface Description static interface
GraphReader.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 GraphReader Modifier and Type Field Description Function<Graph,GraphReader>
IoCustomTest. readerMaker
Function<Graph,GraphReader>
IoEdgeTest. readerMaker
Function<Graph,GraphReader>
IoPropertyTest. readerMaker
Function<Graph,GraphReader>
IoVertexTest. readerMaker
Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type GraphReader Modifier and Type Method Description static void
GraphMigrator. 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 GraphReader Modifier and Type Method Description static UnsupportedOperationException
Io.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 GraphReader Modifier and Type Class Description class
GraphMLReader
GraphMLReader
writes 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 GraphReader Modifier and Type Class Description class
GraphSONReader
A @{link GraphReader} that constructs a graph from a JSON-based representation of a graph and its elements.class
LegacyGraphSONReader
A @{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 GraphReader Modifier and Type Class Description class
GryoReader
TheGraphReader
for the Gremlin Structure serialization format based on Kryo.
-