Class IoCore
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.IoCore
Deprecated.
Constructs the core
Io.Builder implementations enabling a bit of shorthand syntax by importing these
methods statically.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Io.BuildercreateIoBuilder(String graphFormat) Deprecated.static Io.Builder<GraphMLIo>graphml()Deprecated.Creates a basic GraphML-basedIo.Builder.static Io.Builder<GraphSONIo>graphson()Deprecated.Creates a basic GraphSON-basedIo.Builder.static Io.Builder<GryoIo>gryo()Deprecated.Creates a basic Gryo-basedIo.Builder.
-
Method Details
-
graphml
Deprecated.Creates a basic GraphML-basedIo.Builder. -
graphson
Deprecated.Creates a basic GraphSON-basedIo.Builder. -
gryo
Deprecated.Creates a basic Gryo-basedIo.Builder. -
createIoBuilder
public static Io.Builder createIoBuilder(String graphFormat) throws ClassNotFoundException, IllegalAccessException, InstantiationException Deprecated.
-
GraphTraversalSource.io(String). NoticeGraphTraversalSource.io(String)doesn't support read operation fromjava.io.InputStreamor write operation tojava.io.OutputStream. Thus for readers or writers which need this functionality are safe to use this deprecated method. There is no intention to remove this method unless all the functionality is replaced by the `io` step ofGraphTraversalSource.