Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.Io.Builder
Packages that use Io.Builder
Package
Description
-
Uses of Io.Builder in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure with parameters of type Io.BuilderModifier and TypeMethodDescriptiondefault <I extends Io>
IGraph.io(Io.Builder<I> builder) Deprecated. -
Uses of Io.Builder in org.apache.tinkerpop.gremlin.structure.io
Fields in org.apache.tinkerpop.gremlin.structure.io declared as Io.BuilderMethods in org.apache.tinkerpop.gremlin.structure.io that return Io.BuilderModifier and TypeMethodDescriptionstatic Io.BuilderIoCore.createIoBuilder(String graphFormat) Deprecated.Io.Builder<? extends Io>Providers use this method to supply the current instance of theirGraphto the builder.static Io.Builder<GraphMLIo>IoCore.graphml()Deprecated.Creates a basic GraphML-basedIo.Builder.static Io.Builder<GraphSONIo>IoCore.graphson()Deprecated.Creates a basic GraphSON-basedIo.Builder.static Io.Builder<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. -
Uses of Io.Builder in org.apache.tinkerpop.gremlin.structure.io.graphml
Classes in org.apache.tinkerpop.gremlin.structure.io.graphml that implement Io.BuilderMethods in org.apache.tinkerpop.gremlin.structure.io.graphml that return Io.BuilderModifier and TypeMethodDescriptionstatic Io.Builder<GraphMLIo>GraphMLIo.build()Io.Builder<? extends Io>GraphMLIo.Builder.onMapper(Consumer<Mapper.Builder> onMapper) -
Uses of Io.Builder in org.apache.tinkerpop.gremlin.structure.io.graphson
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson that implement Io.BuilderMethods in org.apache.tinkerpop.gremlin.structure.io.graphson that return Io.BuilderModifier and TypeMethodDescriptionstatic 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<? extends Io>GraphSONIo.Builder.onMapper(Consumer<Mapper.Builder> onMapper) -
Uses of Io.Builder in org.apache.tinkerpop.gremlin.structure.io.gryo
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo that implement Io.BuilderMethods in org.apache.tinkerpop.gremlin.structure.io.gryo that return Io.BuilderModifier and TypeMethodDescriptionstatic 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<? extends Io>GryoIo.Builder.onMapper(Consumer<Mapper.Builder> onMapper) -
Uses of Io.Builder in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type Io.Builder
GraphTraversalSource.io(String).