Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.Io
Packages that use Io
Package
Description
-
Uses of Io in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure with type parameters of type IoModifier and TypeMethodDescriptiondefault <I extends Io>
IGraph.io(Io.Builder<I> builder) Deprecated. -
Uses of Io in org.apache.tinkerpop.gremlin.structure.io
Classes in org.apache.tinkerpop.gremlin.structure.io with type parameters of type IoModifier and TypeInterfaceDescriptionstatic interfaceIo.Builder<I extends Io>Helps to construct anIoimplementation and should be implemented by every such implementation as that class will be passed toGraph.io(Io.Builder)by the user.Methods in org.apache.tinkerpop.gremlin.structure.io that return types with arguments of type IoModifier and TypeMethodDescriptionIo.Builder<? extends Io>Providers use this method to supply the current instance of theirGraphto the builder.Io.Builder<? extends Io>Io.Builder.onMapper(Consumer<Mapper.Builder> onMapper) Allows aGraphimplementation to have full control over theMapper.Builderinstance.Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type IoModifier and TypeMethodDescriptionprotected voidAdd a "serializer" for theMapper. -
Uses of Io in org.apache.tinkerpop.gremlin.structure.io.graphml
Classes in org.apache.tinkerpop.gremlin.structure.io.graphml that implement IoModifier and TypeClassDescriptionfinal classConstructs GraphML IO implementations given aGraphandIoRegistry.Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return types with arguments of type IoModifier and TypeMethodDescriptionIo.Builder<? extends Io>GraphMLIo.Builder.onMapper(Consumer<Mapper.Builder> onMapper) -
Uses of Io in org.apache.tinkerpop.gremlin.structure.io.graphson
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson that implement IoModifier and TypeClassDescriptionfinal classConstructs GraphSON IO implementations given aGraphandIoRegistry.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return types with arguments of type IoModifier and TypeMethodDescriptionIo.Builder<? extends Io>GraphSONIo.Builder.onMapper(Consumer<Mapper.Builder> onMapper) -
Uses of Io in org.apache.tinkerpop.gremlin.structure.io.gryo
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo that implement IoModifier and TypeClassDescriptionfinal classConstructs Gryo IO implementations given aGraphandIoRegistry.Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return types with arguments of type IoModifier and TypeMethodDescriptionIo.Builder<? extends Io>GryoIo.Builder.onMapper(Consumer<Mapper.Builder> onMapper) -
Uses of Io in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with type parameters of type Io
GraphTraversalSource.io(String).