GraphTraversalSource.io(String)
.@Deprecated public final class IoCore extends Object
Io.Builder
implementations enabling a bit of shorthand syntax by importing these
methods statically.Modifier and Type | Method and Description |
---|---|
static Io.Builder |
createIoBuilder(String graphFormat)
Deprecated.
|
static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo> |
graphml()
Deprecated.
Creates a basic GraphML-based
Io.Builder . |
static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo> |
graphson()
Deprecated.
Creates a basic GraphSON-based
Io.Builder . |
static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo> |
gryo()
Deprecated.
Creates a basic Gryo-based
Io.Builder . |
public static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo> graphml()
Io.Builder
.public static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo> graphson()
Io.Builder
.public static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo> gryo()
Io.Builder
.public static Io.Builder createIoBuilder(String graphFormat) throws ClassNotFoundException, IllegalAccessException, InstantiationException
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.