Modifier and Type | Interface and Description |
---|---|
static interface |
GraphWriter.WriterBuilder<T extends GraphWriter>
Largely a marker interface for builder classes that construct a
GraphWriter . |
Modifier and Type | Field and Description |
---|---|
Function<Graph,GraphWriter> |
IoCustomTest.writerMaker |
Function<Graph,GraphWriter> |
IoVertexTest.writerMaker |
Function<Graph,GraphWriter> |
IoPropertyTest.writerMaker |
Function<Graph,GraphWriter> |
IoEdgeTest.writerMaker |
Modifier and Type | Method and Description |
---|---|
static void |
GraphMigrator.migrateGraph(Graph fromGraph,
Graph toGraph,
GraphReader reader,
GraphWriter writer)
Pipe the data from one graph to another graph.
|
Modifier and Type | Method and Description |
---|---|
static UnsupportedOperationException |
Io.Exceptions.writerFormatIsForFullGraphSerializationOnly(Class<? extends GraphWriter> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
GraphMLWriter
GraphMLWriter writes a Graph to a GraphML OutputStream.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphSONWriter
A @{link GraphWriter} that writes a graph and its elements to a JSON-based representation.
|
Modifier and Type | Class and Description |
---|---|
class |
GryoWriter
The
GraphWriter for the Gremlin Structure serialization format based on Kryo. |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.