Uses of Class
org.apache.tinkerpop.gremlin.tinkergraph.structure.AbstractTinkerGraph
Packages that use AbstractTinkerGraph
Package
Description
-
Uses of AbstractTinkerGraph in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Constructors in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type AbstractTinkerGraphModifierConstructorDescriptionTinkerGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys) TinkerWorkerPool(AbstractTinkerGraph graph, TinkerMemory memory, int numberOfWorkers) -
Uses of AbstractTinkerGraph in org.apache.tinkerpop.gremlin.tinkergraph.services
Fields in org.apache.tinkerpop.gremlin.tinkergraph.services declared as AbstractTinkerGraphModifier and TypeFieldDescriptionprotected final AbstractTinkerGraphTinkerServiceRegistry.TinkerServiceFactory.graphConstructors in org.apache.tinkerpop.gremlin.tinkergraph.services with parameters of type AbstractTinkerGraphModifierConstructorDescriptionLambdaServiceFactory(AbstractTinkerGraph graph, String name) protectedTinkerServiceFactory(AbstractTinkerGraph graph, String name) -
Uses of AbstractTinkerGraph in org.apache.tinkerpop.gremlin.tinkergraph.structure
Subclasses of AbstractTinkerGraph in org.apache.tinkerpop.gremlin.tinkergraph.structureModifier and TypeClassDescriptionclassAn in-memory (with optional persistence on calls toclose()), reference implementation of the property graph interfaces provided by TinkerPop.final classAn in-memory (with optional persistence on calls toclose()), reference implementation of the property graph interfaces with transaction support provided by TinkerPop.Fields in org.apache.tinkerpop.gremlin.tinkergraph.structure declared as AbstractTinkerGraphModifier and TypeFieldDescriptionprotected final AbstractTinkerGraphAbstractTinkerIndex.graphprotected final AbstractTinkerGraphTinkerVertex.graphMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type AbstractTinkerGraphModifier and TypeMethodDescriptionstatic longTinkerIndexHelper.countVertexIndex(AbstractTinkerGraph graph, String key, Object value) static TinkerGraphComputerViewTinkerHelper.createGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys) protected TinkerVertexAbstractTinkerGraph.createTinkerVertex(Object id, String label, AbstractTinkerGraph graph) protected TinkerVertexAbstractTinkerGraph.createTinkerVertex(Object id, String label, AbstractTinkerGraph graph, long currentVersion) protected TinkerVertexAbstractTinkerGraph.createTinkerVertex(Object id, Set<String> labels, AbstractTinkerGraph graph) Creates a TinkerVertex with multiple labels.static voidTinkerHelper.dropGraphComputerView(AbstractTinkerGraph graph) static voidTinkerFactory.generateAirRoutes(AbstractTinkerGraph graph) Generate the graph inTinkerFactory.createAirRoutes()into an existing graph.static voidTinkerFactory.generateClassic(AbstractTinkerGraph g) Generate the graph inTinkerFactory.createClassic()into an existing graph.static voidTinkerFactory.generateGratefulDead(AbstractTinkerGraph graph) Generate the graph inTinkerFactory.createGratefulDead()into an existing graph.static voidTinkerFactory.generateKitchenSink(AbstractTinkerGraph graph) Generate the graph inTinkerFactory.createKitchenSink()into an existing graph.static voidTinkerFactory.generateModern(AbstractTinkerGraph g) Generate the graph inTinkerFactory.createModern()into an existing graph.static voidTinkerFactory.generateTheCrew(AbstractTinkerGraph g) Generate the graph inTinkerFactory.createTheCrew()into an existing graph.static voidTinkerFactory.generateTheZoo(AbstractTinkerGraph g) Generate the graph inTinkerFactory.createTheZoo()into an existing graph.static TinkerGraphComputerViewTinkerHelper.getGraphComputerView(AbstractTinkerGraph graph) AbstractTinkerGraph.IdManager.getNextId(AbstractTinkerGraph graph) Generate an identifier which should be unique to theTinkerGraphinstance.static booleanTinkerHelper.inComputerMode(AbstractTinkerGraph graph) static List<TinkerEdge>TinkerIndexHelper.queryEdgeIndex(AbstractTinkerGraph graph, String key, Object value) static List<TinkerVertex>TinkerIndexHelper.queryVertexIndex(AbstractTinkerGraph graph, String key, Object value) TinkerHelper.search(AbstractTinkerGraph graph, String regex, Optional<Class<E>> type) Constructors in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type AbstractTinkerGraphModifierConstructorDescriptionprotectedAbstractTinkerIndex(AbstractTinkerGraph graph, Class<T> indexClass) protectedTinkerVertex(Object id, String label, AbstractTinkerGraph graph) protectedTinkerVertex(Object id, String label, AbstractTinkerGraph graph, long currentVersion) protectedTinkerVertex(Object id, Set<String> labels, AbstractTinkerGraph graph) Constructs a TinkerVertex with multiple labels.protectedTinkerVertex(Object id, Set<String> labels, AbstractTinkerGraph graph, long currentVersion) Canonical constructor.