Uses of Package
org.apache.tinkerpop.gremlin.tinkergraph.structure
-
Packages that use org.apache.tinkerpop.gremlin.tinkergraph.structure Package Description org.apache.tinkerpop.gremlin.tinkergraph.process.computer org.apache.tinkerpop.gremlin.tinkergraph.structure -
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure used by org.apache.tinkerpop.gremlin.tinkergraph.process.computer Class Description TinkerGraph An in-memory (with optional persistence on calls toTinkerGraph.close()
), reference implementation of the property graph interfaces provided by TinkerPop.TinkerVertex -
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure used by org.apache.tinkerpop.gremlin.tinkergraph.structure Class Description TinkerEdge TinkerElement TinkerGraph An in-memory (with optional persistence on calls toTinkerGraph.close()
), reference implementation of the property graph interfaces provided by TinkerPop.TinkerGraph.DefaultIdManager A default set ofTinkerGraph.IdManager
implementations for common identifier types.TinkerGraph.IdManager 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.TinkerGraphVariables TinkerIoRegistryV1d0 An implementation of theIoRegistry
interface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.TinkerIoRegistryV2d0 An implementation of theIoRegistry
interface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.TinkerIoRegistryV3d0 An implementation of theIoRegistry
interface that provides serializers with custom configurations for implementation specific classes that might need to be serialized.TinkerVertex