Uses of Package
org.apache.tinkerpop.gremlin.tinkergraph.structure
Packages that use org.apache.tinkerpop.gremlin.tinkergraph.structure
Package
Description
-
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure used by org.apache.tinkerpop.gremlin.tinkergraph.process.computer
-
-
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure used by org.apache.tinkerpop.gremlin.tinkergraph.structureClassDescriptionBase class for
TinkerGraphandTinkerTransactionGraph.A default set ofAbstractTinkerGraph.IdManagerimplementations for common identifier types.TinkerGraph will use an implementation of this interface to generate identifiers when a user does not supply them and to handle identifier conversions when querying to provide better flexibility with respect to handling different data types that mean the same thing.Storage for indexes that can be used by different implementations ofAbstractTinkerGraph.An in-memory (with optional persistence on calls toAbstractTinkerGraph.close()), reference implementation of the property graph interfaces provided by TinkerPop.An implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.An implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.An implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.An implementation of theIoRegistryinterface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.An in-memory (with optional persistence on calls toAbstractTinkerGraph.close()), reference implementation of the property graph interfaces with transaction support provided by TinkerPop.