| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.computer | |
| org.apache.tinkerpop.gremlin.process.computer.traversal | 
| Modifier and Type | Method and Description | 
|---|---|
| static <M extends MapReduce> | MapReduce. createMapReduce(Graph graph,
               org.apache.commons.configuration.Configuration configuration)A helper method to construct a  MapReducegiven the content of the supplied configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| MapReduce<MK,MV,RK,RV,R> | MapReduce. clone()When multiple workers on a single machine need MapReduce instances, it is possible to use clone. | 
| Modifier and Type | Method and Description | 
|---|---|
| default Set<MapReduce> | VertexProgram. getMapReducers()The set of  MapReducejobs that are associated with theVertexProgram. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphComputer | GraphComputer. mapReduce(MapReduce mapReduce)Add a  MapReducejob to the set of MapReduce jobs to be executed by theGraphComputer. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<MapReduce> | TraversalVertexProgram. getMapReducers() | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.