| Constructor and Description | 
|---|
| TinkerGraphComputer(TinkerGraph graph) | 
| TinkerGraphComputerView(TinkerGraph graph,
                       GraphFilter graphFilter,
                       Set<VertexComputeKey> computeKeys) | 
| TinkerWorkerPool(TinkerGraph graph,
                TinkerMemory memory,
                int numberOfWorkers) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TinkerGraph | TinkerServiceRegistry.TinkerServiceFactory. graph | 
| Constructor and Description | 
|---|
| LambdaServiceFactory(TinkerGraph graph,
                    String name) | 
| TinkerDegreeCentralityFactory(TinkerGraph graph) | 
| TinkerServiceFactory(TinkerGraph graph,
                    String name) | 
| TinkerServiceRegistry(TinkerGraph graph) | 
| TinkerTextSearchFactory(TinkerGraph graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TinkerGraph | TinkerFactory. createClassic()Create the "classic" graph which was the original toy graph from TinkerPop 2.x. | 
| static TinkerGraph | TinkerFactory. createGratefulDead()Creates the "grateful dead" graph which is a larger graph than most of the toy graphs but has real-world
 structure and application and is therefore useful for demonstrating more complex traversals. | 
| static TinkerGraph | TinkerFactory. createKitchenSink()Creates the "kitchen sink" graph which is a collection of structures (e.g. | 
| static TinkerGraph | TinkerFactory. createModern()Create the "modern" graph which has the same structure as the "classic" graph from TinkerPop 2.x but includes
 3.x features like vertex labels. | 
| static TinkerGraph | TinkerFactory. createTheCrew()Create the "the crew" graph which is a TinkerPop 3.x toy graph showcasing many 3.x features like meta-properties,
 multi-properties and graph variables. | 
| static TinkerGraph | TinkerGraph. open()Open a new  TinkerGraphinstance. | 
| static TinkerGraph | TinkerGraph. open(org.apache.commons.configuration2.Configuration configuration)Open a new  TinkerGraphinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static Edge | TinkerHelper. addEdge(TinkerGraph graph,
       TinkerVertex outVertex,
       TinkerVertex inVertex,
       String label,
       Object... keyValues) | 
| static TinkerGraphComputerView | TinkerHelper. createGraphComputerView(TinkerGraph graph,
                       GraphFilter graphFilter,
                       Set<VertexComputeKey> computeKeys) | 
| static void | TinkerHelper. dropGraphComputerView(TinkerGraph graph) | 
| static void | TinkerFactory. generateClassic(TinkerGraph g)Generate the graph in  TinkerFactory.createClassic()into an existing graph. | 
| static void | TinkerFactory. generateGratefulDead(TinkerGraph graph)Generate the graph in  TinkerFactory.createGratefulDead()into an existing graph. | 
| static void | TinkerFactory. generateKitchenSink(TinkerGraph graph)Generate the graph in  TinkerFactory.createKitchenSink()into an existing graph. | 
| static void | TinkerFactory. generateModern(TinkerGraph g)Generate the graph in  TinkerFactory.createModern()into an existing graph. | 
| static void | TinkerFactory. generateTheCrew(TinkerGraph g)Generate the graph in  TinkerFactory.createTheCrew()into an existing graph. | 
| static Map<Object,Edge> | TinkerHelper. getEdges(TinkerGraph graph) | 
| static TinkerGraphComputerView | TinkerHelper. getGraphComputerView(TinkerGraph graph) | 
| T | TinkerGraph.IdManager. getNextId(TinkerGraph graph)Generate an identifier which should be unique to the  TinkerGraphinstance. | 
| static Map<Object,Vertex> | TinkerHelper. getVertices(TinkerGraph graph) | 
| static boolean | TinkerHelper. inComputerMode(TinkerGraph graph) | 
| static List<TinkerEdge> | TinkerHelper. queryEdgeIndex(TinkerGraph graph,
              String key,
              Object value) | 
| static List<TinkerVertex> | TinkerHelper. queryVertexIndex(TinkerGraph graph,
                String key,
                Object value) | 
| static Iterator<Property> | TinkerHelper. search(TinkerGraph graph,
      String regex) | 
| static <E extends Element> | TinkerHelper. search(TinkerGraph graph,
      String regex,
      Optional<Class<E>> type) | 
| Constructor and Description | 
|---|
| TinkerVertex(Object id,
            String label,
            TinkerGraph graph) | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.