| Modifier and Type | Field and Description | 
|---|---|
| protected Graph | AbstractGremlinTest. graph | 
| Modifier and Type | Method and Description | 
|---|---|
| default Graph | GraphProvider. openTestGraph(Configuration config)Creates a new  Graphinstance from the Configuration object usingGraphFactory. | 
| default Graph | GraphProvider. standardTestGraph(Class<?> test,
                 String testMethodName,
                 LoadGraphWith.GraphData loadGraphWith)Creates a new  Graphinstance using the defaultorg.apache.commons.configuration.ConfigurationfromGraphProvider.standardGraphConfiguration(Class, String, LoadGraphWith.GraphData). | 
| Modifier and Type | Method and Description | 
|---|---|
| static Consumer<Graph> | AbstractGremlinTest. assertVertexEdgeCounts(int expectedVertexCount,
                      int expectedEdgeCount) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractGremlinTest. afterLoadGraphWith(Graph g) | 
| protected void | AbstractGremlinTest. beforeLoadGraphWith(Graph g) | 
| void | GraphProvider. clear(Graph graph,
     Configuration configuration)Clears a  Graphof all data and settings. | 
| Object | AbstractGremlinTest. convertToEdgeId(Graph graph,
               String outVertexName,
               String edgeLabel,
               String inVertexName) | 
| Vertex | AbstractGremlinTest. convertToVertex(Graph graph,
               String vertexName) | 
| Object | AbstractGremlinTest. convertToVertexId(Graph graph,
                 String vertexName)Looks up the identifier as generated by the current source graph being tested. | 
| GraphTraversal<Vertex,VertexProperty<Object>> | AbstractGremlinTest. convertToVertexProperty(Graph graph,
                       String vertexName,
                       String vertexPropertyKey) | 
| GraphTraversal<Vertex,Object> | AbstractGremlinTest. convertToVertexPropertyId(Graph graph,
                         String vertexName,
                         String vertexPropertyKey) | 
| void | AbstractGraphProvider. loadGraphData(Graph graph,
             LoadGraphWith loadGraphWith,
             Class testClass,
             String testName) | 
| void | GraphProvider. loadGraphData(Graph graph,
             LoadGraphWith loadGraphWith,
             Class testClass,
             String testName)Tests are annotated with a  LoadGraphWithannotation. | 
| protected void | AbstractGraphProvider. readIntoGraph(Graph g,
             String path) | 
| default GraphTraversalSource | GraphProvider. traversal(Graph graph)Create a  GraphTraversalSourcefrom aGraphinstance. | 
| default GraphTraversalSource | GraphProvider. traversal(Graph graph,
         TraversalStrategy... strategies)Create a  GraphTraversalSourcefrom aGraphinstance. | 
| void | AbstractGremlinTest. tryCommit(Graph graph)Utility method that commits if the graph supports transactions. | 
| void | AbstractGremlinTest. tryCommit(Graph graph,
         Consumer<Graph> assertFunction)Utility method that commits if the graph supports transactions and executes an assertion function before and
 after the commit. | 
| void | AbstractGremlinTest. tryRandomCommit(Graph graph) | 
| void | AbstractGremlinTest. tryRollback(Graph graph)Utility method that rollsback if the graph supports transactions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractGremlinTest. tryCommit(Graph graph,
         Consumer<Graph> assertFunction)Utility method that commits if the graph supports transactions and executes an assertion function before and
 after the commit. | 
| static void | AbstractGremlinSuite. validateOptInAndOutAnnotationsOnGraph(Class<? extends Graph> klass) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Graph | AbstractGenerator. g | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | CommunityGeneratorTest.DifferentDistributionsTest. afterLoadGraphWith(Graph graph) | 
| protected void | CommunityGeneratorTest.ProcessorTest. afterLoadGraphWith(Graph graph) | 
| protected void | DistributionGeneratorTest.DifferentDistributionsTest. afterLoadGraphWith(Graph graph) | 
| protected void | DistributionGeneratorTest.ProcessorTest. afterLoadGraphWith(Graph graph) | 
| static CommunityGenerator.Builder | CommunityGenerator. build(Graph g) | 
| static DistributionGenerator.Builder | DistributionGenerator. build(Graph g) | 
| protected boolean | AbstractGeneratorTest. same(Graph g1,
    Graph g2)Asserts that two graphs are the "same" in way of structure. | 
| protected Iterable<Vertex> | CommunityGeneratorTest.DifferentDistributionsTest. verticesByOid(Graph graph) | 
| protected Iterable<Vertex> | DistributionGeneratorTest.DifferentDistributionsTest. verticesByOid(Graph graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| default void | MessageSerializer. configure(Map<String,Object> config,
         Map<String,Graph> graphs)Configure the serializer with mapper settings as required. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractGraphSONMessageSerializerV1d0. configure(Map<String,Object> config,
         Map<String,Graph> graphs) | 
| void | GryoMessageSerializerV1d0. configure(Map<String,Object> config,
         Map<String,Graph> graphs) | 
| Modifier and Type | Method and Description | 
|---|---|
| static CredentialGraph | CredentialGraph. credentials(Graph graph)Wrap up any  Graphinstance in theCredentialGraphDSL. | 
| Constructor and Description | 
|---|
| CredentialGraph(Graph graph) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HadoopGraph | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | HadoopElement. graph() | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | ComputerResult. graph() | 
| Modifier and Type | Method and Description | 
|---|---|
| <P extends VertexProgram> | VertexProgram.Builder. create(Graph graph) | 
| static <M extends MapReduce> | MapReduce. createMapReduce(Graph graph,
               Configuration configuration)A helper method to construct a  MapReducegiven the content of the supplied configuration. | 
| static <V extends VertexProgram> | VertexProgram. createVertexProgram(Graph graph,
                   Configuration configuration)A helper method to construct a  VertexProgramgiven the content of the supplied configuration. | 
| default void | MapReduce. loadState(Graph graph,
         Configuration configuration)When it is necessary to load the state of a MapReduce job, this method is called. | 
| default void | VertexProgram. loadState(Graph graph,
         Configuration configuration)When it is necessary to load the state of the VertexProgram, this method is called. | 
| Modifier and Type | Method and Description | 
|---|---|
| BulkLoaderVertexProgram | BulkLoaderVertexProgram.Builder. create(Graph graph) | 
| default Edge | BulkLoader. createEdge(Edge edge,
          Vertex outVertex,
          Vertex inVertex,
          Graph graph,
          GraphTraversalSource g)Creates a clone of the given edge between the given in- and out-vertices. | 
| default VertexProperty | BulkLoader. createVertexProperty(VertexProperty<?> property,
                    Vertex vertex,
                    Graph graph,
                    GraphTraversalSource g)Creates a clone of the given property for the given vertex. | 
| Edge | BulkLoader. getOrCreateEdge(Edge edge,
               Vertex outVertex,
               Vertex inVertex,
               Graph graph,
               GraphTraversalSource g)Gets or creates a clone of the given edge between the given in- and out-vertices. | 
| Edge | IncrementalBulkLoader. getOrCreateEdge(Edge edge,
               Vertex outVertex,
               Vertex inVertex,
               Graph graph,
               GraphTraversalSource g)Gets or creates a clone of the given edge between the given in- and out-vertices. | 
| Vertex | BulkLoader. getOrCreateVertex(Vertex vertex,
                 Graph graph,
                 GraphTraversalSource g)Gets or creates a clone of the given vertex in the given graph. | 
| Vertex | IncrementalBulkLoader. getOrCreateVertex(Vertex vertex,
                 Graph graph,
                 GraphTraversalSource g)Gets or creates a clone of the given vertex in the given graph. | 
| VertexProperty | BulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Gets or creates a clone of the given property for the given vertex. | 
| VertexProperty | IncrementalBulkLoader. getOrCreateVertexProperty(VertexProperty<?> property,
                         Vertex vertex,
                         Graph graph,
                         GraphTraversalSource g)Gets or creates a clone of the given property for the given vertex. | 
| default Vertex | BulkLoader. getVertex(Vertex vertex,
         Graph graph,
         GraphTraversalSource g)Get a vertex that matches the given vertex from the given graph. | 
| Vertex | IncrementalBulkLoader. getVertex(Vertex vertex,
         Graph graph,
         GraphTraversalSource g)Get a vertex that matches the given vertex from the given graph. | 
| default Vertex | BulkLoader. getVertexById(Object id,
             Graph graph,
             GraphTraversalSource g)Gets a vertex by its ID from the given graph. | 
| void | BulkLoaderVertexProgram. loadState(Graph graph,
         Configuration config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClusterCountMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| void | ClusterPopulationMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| void | PeerPressureVertexProgram. loadState(Graph graph,
         Configuration configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PageRankMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| void | PageRankVertexProgram. loadState(Graph graph,
         Configuration configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Traversal.Admin<?,?> | TraversalVertexProgram. getTraversal(Graph graph,
            Configuration configuration) | 
| void | TraversalVertexProgram. loadState(Graph graph,
         Configuration configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TraverserMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComputerGraph | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Graph | DefaultComputerResult. graph | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | DefaultComputerResult. graph() | 
| Modifier and Type | Method and Description | 
|---|---|
| <P extends VertexProgram> | AbstractVertexProgramBuilder. create(Graph graph) | 
| static <S,E> ConfigurationTraversal<S,E> | ConfigurationTraversal. loadState(Graph graph,
         Configuration configuration,
         String configKey) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <S,E> ConfigurationTraversal<S,E> | ConfigurationTraversal. storeState(Function<Graph,Traversal.Admin<S,E>> traversalFunction,
          Configuration configuration,
          String configKey) | 
| Constructor and Description | 
|---|
| DefaultComputerResult(Graph graph,
                     Memory memory) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<Graph> | Traversal.Admin. getGraph() | 
| Optional<Graph> | TraversalSource. getGraph()Gets the  Graphassociated with theTraversalSourcewhich could be constructed as empty. | 
| Modifier and Type | Method and Description | 
|---|---|
| TraversalEngine | TraversalEngine.Builder. create(Graph graph)Create the  TraversalEngine. | 
| C | TraversalSource.Builder. create(Graph graph) | 
| void | Traversal.Admin. setGraph(Graph graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TraversalStrategies | TraversalStrategies.GlobalCache. getStrategies(Class<? extends Graph> graphClass) | 
| static void | TraversalStrategies.GlobalCache. registerStrategies(Class<? extends Graph> graphClass,
                  TraversalStrategies traversalStrategies) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<Graph> | GraphTraversalSource. getGraph() | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphTraversalSource | GraphTraversalSource.Builder. create(Graph graph) | 
| Constructor and Description | 
|---|
| DefaultGraphTraversal(Graph graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| ComputerTraversalEngine | ComputerTraversalEngine.Builder. create(Graph graph) | 
| TraversalEngine | StandardTraversalEngine.Builder. create(Graph graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<Graph> | AbstractLambdaTraversal. getGraph() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractLambdaTraversal. setGraph(Graph graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GroupStep.GroupMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| void | GroupStepV3d0.GroupMapReduceV3d0. loadState(Graph graph,
         Configuration configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Traversal<Vertex,Graph> | SubgraphTest. get_g_V_withSideEffectXsgX_outEXknowsX_subgraphXsgX_name_capXsgX(Object v1Id,
                                                                Graph subgraph) | 
| Traversal<Vertex,Graph> | SubgraphTest.Traversals. get_g_V_withSideEffectXsgX_outEXknowsX_subgraphXsgX_name_capXsgX(Object v1Id,
                                                                Graph subgraph) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Traversal<Vertex,Graph> | SubgraphTest. get_g_V_withSideEffectXsgX_outEXknowsX_subgraphXsgX_name_capXsgX(Object v1Id,
                                                                Graph subgraph) | 
| Traversal<Vertex,Graph> | SubgraphTest.Traversals. get_g_V_withSideEffectXsgX_outEXknowsX_subgraphXsgX_name_capXsgX(Object v1Id,
                                                                Graph subgraph) | 
| abstract Traversal<Vertex,String> | SubgraphTest. get_g_V_withSideEffectXsgX_repeatXbothEXcreatedX_subgraphXsgX_outVX_timesX5X_name_dedup(Graph subgraph) | 
| Traversal<Vertex,String> | SubgraphTest.Traversals. get_g_V_withSideEffectXsgX_repeatXbothEXcreatedX_subgraphXsgX_outVX_timesX5X_name_dedup(Graph subgraph) | 
| void | AggregateStep.AggregateMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| void | GroupCountSideEffectStep.GroupCountSideEffectMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| void | GroupSideEffectStep.GroupSideEffectMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| void | GroupSideEffectStepV3d0.GroupSideEffectMapReduceV3d0. loadState(Graph graph,
         Configuration configuration) | 
| void | StoreStep.StoreMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| void | TreeSideEffectStep.TreeSideEffectMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ReducingBarrierStep.DefaultMapReduce. loadState(Graph graph,
         Configuration configuration) | 
| Constructor and Description | 
|---|
| ConsoleMutationListener(Graph graph) | 
| Constructor and Description | 
|---|
| TransactionalEventQueue(Graph graph) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Graph | DefaultTraversal. graph | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<Graph> | DefaultTraversal. getGraph() | 
| Optional<Graph> | EmptyTraversal. getGraph() | 
| Modifier and Type | Method and Description | 
|---|---|
| Traversal.Admin<S,E> | TraversalClassFunction. apply(Graph graph) | 
| Traversal.Admin<S,E> | TraversalObjectFunction. apply(Graph graph) | 
| Traversal.Admin<S,E> | TraversalScriptFunction. apply(Graph graph) | 
| static <S,E> Traversal.Admin<S,E> | TraversalScriptHelper. compute(Graph graph,
       TraversalSource.Builder builder,
       String scriptEngineName,
       String traversalScript,
       Object... bindings) | 
| void | DefaultTraversal. setGraph(Graph graph) | 
| void | EmptyTraversal. setGraph(Graph graph) | 
| Constructor and Description | 
|---|
| DefaultTraversal(Graph graph) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Graph> | GraphManager. getGraphs()Get a list of the  Graphinstances and their binding names as defined in the Gremlin Server
 configuration file. | 
| Modifier and Type | Method and Description | 
|---|---|
| <G extends Graph> | Transaction. createThreadedTx()Creates a transaction that can be executed across multiple threads. | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | Element. graph()Get the graph that this element is within. | 
| default Graph | VertexProperty. graph()Get the graph that this element is within. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | GraphReadPerformanceTest.ReadFromGraph. afterLoadGraphWith(Graph g) | 
| Modifier and Type | Method and Description | 
|---|---|
| R | Transaction.Workload. attempt(BiFunction<Graph,Function<Graph,R>,R> retryStrategy)Try to execute a  Transaction.Workloadwith a mapper retry strategy. | 
| R | Transaction.Workload. attempt(BiFunction<Graph,Function<Graph,R>,R> retryStrategy)Try to execute a  Transaction.Workloadwith a mapper retry strategy. | 
| <R> Transaction.Workload<R> | Transaction. submit(Function<Graph,R> work)Submit a unit of work that represents a transaction returning a  Transaction.Workloadthat can be automatically
 retried in the event of failure. | 
| Constructor and Description | 
|---|
| Workload(Graph g,
        Function<Graph,R> work)Creates a new  Transaction.Workloadthat will be tried to be executed within a transaction. | 
| Constructor and Description | 
|---|
| Workload(Graph g,
        Function<Graph,R> work)Creates a new  Transaction.Workloadthat will be tried to be executed within a transaction. | 
| Modifier and Type | Field and Description | 
|---|---|
| Function<Graph,GraphReader> | IoCustomTest. readerMaker | 
| Function<Graph,GraphReader> | IoEdgeTest. readerMaker | 
| Function<Graph,GraphReader> | IoPropertyTest. readerMaker | 
| Function<Graph,GraphReader> | IoVertexTest. readerMaker | 
| Function<Graph,GraphWriter> | IoCustomTest. writerMaker | 
| Function<Graph,GraphWriter> | IoEdgeTest. writerMaker | 
| Function<Graph,GraphWriter> | IoPropertyTest. writerMaker | 
| Function<Graph,GraphWriter> | IoVertexTest. writerMaker | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | IoTest. assertClassicGraph(Graph g1,
                  boolean assertDouble,
                  boolean lossyForId) | 
| static void | IoTest. assertCrewGraph(Graph g1,
               boolean lossyForId) | 
| static void | IoTest. assertModernGraph(Graph g1,
                 boolean assertDouble,
                 boolean lossyForId) | 
| Io.Builder<? extends Io> | Io.Builder. graph(Graph g)Vendors use this method to supply the current instance of their  Graphto the builder. | 
| static void | GraphMigrator. migrateGraph(Graph fromGraph,
            Graph toGraph)Use Gryo to pipe the data from one graph to another graph. | 
| static void | GraphMigrator. migrateGraph(Graph fromGraph,
            Graph toGraph,
            GraphReader reader,
            GraphWriter writer)Pipe the data from one graph to another graph. | 
| void | GraphReader. readGraph(InputStream inputStream,
         Graph graphToWriteTo)Reads an entire graph from an  InputStream. | 
| void | GraphWriter. writeGraph(OutputStream outputStream,
          Graph g)Write the entire graph to a stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<GraphMLIo> | GraphMLIo.Builder. graph(Graph g) | 
| void | GraphMLReader. readGraph(InputStream graphInputStream,
         Graph graphToWriteTo) | 
| void | GraphMLWriter. writeGraph(OutputStream outputStream,
          Graph g)Write the data in a Graph to a GraphML OutputStream. | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<GraphSONIo> | GraphSONIo.Builder. graph(Graph g) | 
| void | GraphSONReader. readGraph(InputStream inputStream,
         Graph graphToWriteTo)Read data into a  Graphfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph). | 
| void | LegacyGraphSONReader. readGraph(InputStream inputStream,
         Graph graphToWriteTo) | 
| void | GraphSONWriter. writeGraph(OutputStream outputStream,
          Graph g)Writes a  Graphto stream in an adjacency list format where vertices are written with edges from both
 directions. | 
| Modifier and Type | Method and Description | 
|---|---|
| Io.Builder<GryoIo> | GryoIo.Builder. graph(Graph g) | 
| void | GryoReader. readGraph(InputStream inputStream,
         Graph graphToWriteTo)Read data into a  Graphfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph). | 
| void | GryoWriter. writeGraph(OutputStream outputStream,
          Graph g)Write the entire graph to a stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| <G extends Graph> | AbstractTransaction. createThreadedTx()Creates a transaction that can be executed across multiple threads. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Graph | GraphFactory. open(Configuration configuration)Open a graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| static IllegalStateException | Attachable.Exceptions. canNotGetAttachableFromHostGraph(Attachable<?> attachable,
                                Graph hostGraph) | 
| static Edge | Attachable.Method. createEdge(Attachable<Edge> attachableEdge,
          Graph hostGraph) | 
| static Property | Attachable.Method. createProperty(Attachable<Property> attachableProperty,
              Graph hostGraph) | 
| static Vertex | Attachable.Method. createVertex(Attachable<Vertex> attachableVertex,
            Graph hostGraph) | 
| static VertexProperty | Attachable.Method. createVertexProperty(Attachable<VertexProperty> attachableVertexProperty,
                    Graph hostGraph) | 
| static Optional<Edge> | Attachable.Method. getEdge(Attachable<Edge> attachableEdge,
       Graph hostGraph) | 
| static Optional<Property> | Attachable.Method. getProperty(Attachable<Property> attachableProperty,
           Graph hostGraph) | 
| static Optional<Vertex> | Attachable.Method. getVertex(Attachable<Vertex> attachableVertex,
         Graph hostGraph) | 
| static Optional<VertexProperty> | Attachable.Method. getVertexProperty(Attachable<VertexProperty> attachableVertexProperty,
                 Graph hostGraph) | 
| static String | StringFactory. graphString(Graph graph,
           String internalString)Construct the representation for a  Graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| <R> Transaction.Workload<R> | AbstractTransaction. submit(Function<Graph,R> work)Submit a unit of work that represents a transaction returning a  Transaction.Workloadthat can be automatically
 retried in the event of failure. | 
| Constructor and Description | 
|---|
| AbstractThreadedTransaction(Graph g) | 
| AbstractThreadLocalTransaction(Graph g) | 
| AbstractTransaction(Graph g) | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | DetachedElement. graph() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmptyGraph | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | EmptyVertexProperty. graph() | 
| static Graph | EmptyGraph. instance() | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | ReferenceElement. graph() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StarGraphA  StarGraphis a form ofAttachable(though theGraphimplementation does not implement
 that interface itself). | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | StarGraph.StarElement. graph() | 
| Graph | StarGraph.StarAdjacentVertex. graph() | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | TinkerGraphComputerView. processResultGraphPersist(GraphComputer.ResultGraph resultGraph,
                         GraphComputer.Persist persist) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TinkerGraphAn in-memory (with optional persistence on calls to  TinkerGraph.close()), reference implementation of the property
 graph interfaces provided by TinkerPop. | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | TinkerEdge. graph() | 
| Graph | TinkerVertex. graph() | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.