| Modifier and Type | Method and Description | 
|---|---|
| default <I extends Io> | Graph. io(Io.Builder<I> builder)Deprecated. 
 As of release 3.4.0, replaced by  GraphTraversalSource.io(String). | 
| Modifier and Type | Field and Description | 
|---|---|
| Io.Builder | IoGraphTest. ioBuilderToTest | 
| Modifier and Type | Method and Description | 
|---|---|
| static Io.Builder | IoCore. createIoBuilder(String graphFormat)Deprecated.  | 
| Io.Builder<? extends Io> | Io.Builder. graph(Graph g)Providers use this method to supply the current instance of their  Graphto the builder. | 
| static Io.Builder<GraphMLIo> | IoCore. graphml()Deprecated.  Creates a basic GraphML-based  Io.Builder. | 
| static Io.Builder<GraphSONIo> | IoCore. graphson()Deprecated.  Creates a basic GraphSON-based  Io.Builder. | 
| static Io.Builder<GryoIo> | IoCore. gryo()Deprecated.  Creates a basic Gryo-based  Io.Builder. | 
| Io.Builder<? extends Io> | Io.Builder. onMapper(Consumer<Mapper.Builder> onMapper)Allows a  Graphimplementation to have full control over theMapper.Builderinstance. | 
| 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<? extends Io> | GraphMLIo.Builder. onMapper(Consumer<Mapper.Builder> onMapper) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GraphSONIo.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static Io.Builder<GraphSONIo> | GraphSONIo. build()Create a new builder using the default version of GraphSON - v3. | 
| static Io.Builder<GraphSONIo> | GraphSONIo. build(GraphSONVersion version)Create a new builder using the specified version of GraphSON. | 
| Io.Builder<GraphSONIo> | GraphSONIo.Builder. graph(Graph g) | 
| Io.Builder<? extends Io> | GraphSONIo.Builder. onMapper(Consumer<Mapper.Builder> onMapper) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GryoIo.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static Io.Builder<GryoIo> | GryoIo. build()Create a new builder using the default version of Gryo - v3. | 
| static Io.Builder<GryoIo> | GryoIo. build(GryoVersion version)Create a new builder using the specified version of Gryo. | 
| Io.Builder<GryoIo> | GryoIo.Builder. graph(Graph g) | 
| Io.Builder<? extends Io> | GryoIo.Builder. onMapper(Consumer<Mapper.Builder> onMapper) | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends Io> | TinkerGraph. io(Io.Builder<I> builder) | 
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.