| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.computer | |
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.structure | 
| Modifier and Type | Method and Description | 
|---|---|
| default GraphComputer | GraphComputer. configure(String key,
         Object value)Set an arbitrary configuration key/value for the underlying  Configurationin theGraphComputer. | 
| GraphComputer | GraphComputer. mapReduce(MapReduce mapReduce)Add a  MapReducejob to the set of MapReduce jobs to be executed by theGraphComputer. | 
| GraphComputer | GraphComputer. persist(GraphComputer.Persist persist)Set the  GraphComputer.Persistlevel of the computation. | 
| GraphComputer | GraphComputer. program(VertexProgram vertexProgram)Set the  VertexProgramto be executed by theGraphComputer. | 
| GraphComputer | GraphComputer. result(GraphComputer.ResultGraph resultGraph)Set the  GraphComputer.ResultGraphof the computation. | 
| GraphComputer | GraphComputer. workers(int workers)Set the desired number of workers to execute the  VertexProgramandMapReducejobs. | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<GraphComputer> | TraversalEngine. getGraphComputer()If the traversal engine is of type  TraversalEngine.Type.COMPUTER, then it should have theGraphComputerused for executing the traversal. | 
| Optional<GraphComputer> | TraversalSource. getGraphComputer()Gets the  GraphComputerassociated with theTraversalSourcewhich could be constructed as empty. | 
| Modifier and Type | Method and Description | 
|---|---|
| <C extends GraphComputer> | Graph. compute(Class<C> graphComputerClass)Declare the  GraphComputerto use for OLAP operations on the graph. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer | Graph. compute()Generate a  GraphComputerusing the default engine of the underlying graph system. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.