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<GraphMLIo> |
graphml()
Deprecated.
Creates a basic GraphML-based
Io.Builder . |
static Io.Builder<GraphSONIo> |
graphson()
Deprecated.
Creates a basic GraphSON-based
Io.Builder . |
static Io.Builder<GryoIo> |
gryo()
Deprecated.
Creates a basic Gryo-based
Io.Builder . |
public static Io.Builder<GraphMLIo> graphml()
Io.Builder
.public static Io.Builder<GraphSONIo> graphson()
Io.Builder
.public static Io.Builder<GryoIo> gryo()
Io.Builder
.public static Io.Builder createIoBuilder(String graphFormat) throws ClassNotFoundException, IllegalAccessException, InstantiationException
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.