| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
GraphReader.ReaderBuilder<T extends GraphReader>
Largely a marker interface for builder classes that construct a  
GraphReader. | 
| Modifier and Type | Field and Description | 
|---|---|
Function<Graph,GraphReader> | 
IoEdgeTest.readerMaker  | 
Function<Graph,GraphReader> | 
IoVertexTest.readerMaker  | 
Function<Graph,GraphReader> | 
IoCustomTest.readerMaker  | 
Function<Graph,GraphReader> | 
IoPropertyTest.readerMaker  | 
| 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.readerFormatIsForFullGraphSerializationOnly(Class<? extends GraphReader> clazz)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GraphMLReader
GraphMLReader writes the data from a GraphML stream to a graph. 
 | 
| Modifier and Type | Class and 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GryoReader
The  
GraphReader for the Gremlin Structure serialization format based on Kryo. | 
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.