Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.GraphWriter
-
-
Uses of GraphWriter in org.apache.tinkerpop.gremlin.structure.io
Classes in org.apache.tinkerpop.gremlin.structure.io with type parameters of type GraphWriter Modifier and Type Interface Description static interface
GraphWriter.WriterBuilder<T extends GraphWriter>
Largely a marker interface for builder classes that construct aGraphWriter
.Fields in org.apache.tinkerpop.gremlin.structure.io with type parameters of type GraphWriter Modifier and Type Field Description Function<Graph,GraphWriter>
IoCustomTest. writerMaker
Function<Graph,GraphWriter>
IoEdgeTest. writerMaker
Function<Graph,GraphWriter>
IoPropertyTest. writerMaker
Function<Graph,GraphWriter>
IoVertexTest. writerMaker
Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type GraphWriter 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 GraphWriter Modifier and Type Method Description static UnsupportedOperationException
Io.Exceptions. writerFormatIsForFullGraphSerializationOnly(Class<? extends GraphWriter> clazz)
-
Uses of GraphWriter in org.apache.tinkerpop.gremlin.structure.io.graphml
Classes in org.apache.tinkerpop.gremlin.structure.io.graphml that implement GraphWriter Modifier and Type Class Description class
GraphMLWriter
GraphMLWriter writes a Graph to a GraphML OutputStream. -
Uses of GraphWriter in org.apache.tinkerpop.gremlin.structure.io.graphson
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson that implement GraphWriter Modifier and Type Class Description class
GraphSONWriter
A @{link GraphWriter} that writes a graph and its elements to a JSON-based representation. -
Uses of GraphWriter in org.apache.tinkerpop.gremlin.structure.io.gryo
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo that implement GraphWriter Modifier and Type Class Description class
GryoWriter
TheGraphWriter
for the Gremlin Structure serialization format based on Kryo.
-