Uses of Interface
org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
Packages that use MapReduce Package Description org.apache.tinkerpop.gremlin.process.computer org.apache.tinkerpop.gremlin.process.computer.traversal -
-
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer with type parameters of type MapReduce Modifier and Type Method Description static <M extends MapReduce>
MMapReduce. createMapReduce(Graph graph, org.apache.commons.configuration2.Configuration configuration)A helper method to construct aMapReducegiven the content of the supplied configuration.Methods in org.apache.tinkerpop.gremlin.process.computer that return MapReduce Modifier and Type Method 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.Methods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type MapReduce Modifier and Type Method Description default Set<MapReduce>VertexProgram. getMapReducers()The set ofMapReducejobs that are associated with theVertexProgram.Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type MapReduce Modifier and Type Method Description GraphComputerGraphComputer. mapReduce(MapReduce mapReduce)Add aMapReducejob to the set of MapReduce jobs to be executed by theGraphComputer. -
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal that return types with arguments of type MapReduce Modifier and Type Method Description Set<MapReduce>TraversalVertexProgram. getMapReducers()
-