| Modifier and Type | Method and Description | 
|---|---|
| default <I extends Io> | Graph. io(Io.Builder<I> builder)Construct a particular  Ioimplementation for reading and writing theGraphand other data. | 
| Modifier and Type | Field and Description | 
|---|---|
| Io.Builder | IoGraphTest. ioBuilderToTest | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<? extends Io> | Io.Builder. graph(Graph g)Vendors use this method to supply the current instance of their  Graphto the builder. | 
| static Io.Builder<GraphMLIo> | IoCore. graphml()Creates a basic GraphML-based  Io.Builder. | 
| static Io.Builder<GraphSONIo> | IoCore. graphson()Creates a basic GraphSON-based  Io.Builder. | 
| static Io.Builder<GryoIo> | IoCore. gryo()Creates a basic Gryo-based  Io.Builder. | 
| Io.Builder<? extends Io> | Io.Builder. registry(IoRegistry registry)Vendors use this method to supply an  IoRegistryto theIoimplementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GraphMLIo.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static Io.Builder<GraphMLIo> | GraphMLIo. build() | 
| Io.Builder<GraphMLIo> | GraphMLIo.Builder. graph(Graph g) | 
| Io.Builder<GraphMLIo> | GraphMLIo.Builder. registry(IoRegistry registry) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GraphSONIo.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static Io.Builder<GraphSONIo> | GraphSONIo. build() | 
| Io.Builder<GraphSONIo> | GraphSONIo.Builder. graph(Graph g) | 
| Io.Builder<GraphSONIo> | GraphSONIo.Builder. registry(IoRegistry registry) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GryoIo.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static Io.Builder<GryoIo> | GryoIo. build() | 
| Io.Builder<GryoIo> | GryoIo.Builder. graph(Graph g) | 
| Io.Builder<GryoIo> | GryoIo.Builder. registry(IoRegistry registry) | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends Io> | TinkerGraph. io(Io.Builder<I> builder) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.