Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.Io.Builder
-
Packages that use Io.Builder Package Description org.apache.tinkerpop.gremlin.structure org.apache.tinkerpop.gremlin.structure.io -
-
Uses of Io.Builder in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure with parameters of type Io.Builder Modifier and Type Method Description default <I extends Io>
IGraph. io(Io.Builder<I> builder)Deprecated.As of release 3.4.0, partially replaced byGraphTraversalSource.io(String). -
Uses of Io.Builder in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return Io.Builder Modifier and Type Method Description static Io.BuilderIoCore. createIoBuilder(String graphFormat)Deprecated.Io.Builder<? extends Io>Io.Builder. graph(Graph g)Providers use this method to supply the current instance of theirGraphto the builder.static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo>IoCore. graphml()Deprecated.Creates a basic GraphML-basedIo.Builder.static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONIo>IoCore. graphson()Deprecated.Creates a basic GraphSON-basedIo.Builder.static Io.Builder<org.apache.tinkerpop.gremlin.structure.io.gryo.GryoIo>IoCore. gryo()Deprecated.Creates a basic Gryo-basedIo.Builder.Io.Builder<? extends Io>Io.Builder. onMapper(Consumer<Mapper.Builder> onMapper)Allows aGraphimplementation to have full control over theMapper.Builderinstance.
-