Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.GraphWriter
Packages that use GraphWriter
Package
Description
-
Uses of GraphWriter in org.apache.tinkerpop.gremlin.structure.io
Classes in org.apache.tinkerpop.gremlin.structure.io with type parameters of type GraphWriterModifier and TypeInterfaceDescriptionstatic interfaceGraphWriter.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 GraphWriterModifier and TypeFieldDescriptionIoCustomTest.writerMakerIoEdgeTest.writerMakerIoPropertyTest.writerMakerIoVertexTest.writerMakerMethods in org.apache.tinkerpop.gremlin.structure.io with parameters of type GraphWriterModifier 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 GraphWriterModifier and TypeMethodDescriptionIo.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 GraphWriterModifier and TypeClassDescriptionfinal classGraphMLWriter 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 GraphWriterModifier and TypeClassDescriptionfinal classA @{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 GraphWriterModifier and TypeClassDescriptionfinal classTheGraphWriterfor the Gremlin Structure serialization format based on Kryo.