Package org.apache.tinkerpop.gremlin.tinkergraph.structure
package org.apache.tinkerpop.gremlin.tinkergraph.structure
-
ClassDescriptionBase 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.AbstractTinkerIndex<T extends Element>Storage for indexes that can be used by different implementations ofAbstractTinkerGraph.Helps create a variety of different toy graphs for testing and learning purposes.An in-memory (with optional persistence on calls toAbstractTinkerGraph.close()), reference implementation of the property graph interfaces provided by TinkerPop.Wrapper on top of Iterator representing a closable resource to the underlying storage.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.