public class IO extends Object
GraphTraversalSource.io(String) using the
 GraphTraversal.with(String,Object) step modulator to provide additional configurations.| Modifier and Type | Field and Description | 
|---|---|
| static String | graphml | 
| static String | graphson | 
| static String | gryo | 
| static String | readerThe specific  GraphReaderinstance to use, the name of the fully qualified classname of such an
 instance or one ofgraphson,gryoorgraphml. | 
| static String | registryA key that identifies the fully qualified class names of  IoRegistryinstances to use. | 
| static String | writerThe specific  GraphWriterinstance to use, the name of the fully qualified classname of such an
 instance or one ofgraphson,gryoorgraphml. | 
public static final String graphson
reader or writer to indicate the format to use. Using this shorthand
 will configure a default GraphSONReader or GraphSONWriter respectively,public static final String gryo
reader or writer to indicate the format to use. Using this shorthand
 will configure a default GryoReader or GryoWriter respectively,public static final String graphml
reader or writer to indicate the format to use. Using this shorthand
 will configure a default GraphMLReader or GraphMLWriter respectively,public static final String reader
GraphReader instance to use, the name of the fully qualified classname of such an
 instance or one of graphson, gryo or graphml. If this value is not specified
 then GraphTraversalSource.io(String) will attempt to construct a default GraphReader based on
 the file extension provided to it.public static final String writer
GraphWriter instance to use, the name of the fully qualified classname of such an
 instance or one of graphson, gryo or graphml. If this value is not specified
 then GraphTraversalSource.io(String) will attempt to construct a default GraphWriter based on
 the file extension provided to it.public static final String registry
IoRegistry instances to use. May be specified
 multiple times (i.e. once for each registry) using the GraphTraversal.with(String, Object) modulator.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.