Uses of Interface
org.apache.tinkerpop.gremlin.process.computer.MapReduce
Packages that use MapReduce
Package
Description
-
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.computer
Classes in org.apache.tinkerpop.gremlin.process.computer that implement MapReduceModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in org.apache.tinkerpop.gremlin.process.computer with type parameters of type MapReduceModifier and TypeMethodDescriptionstatic <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 MapReduceModifier and TypeMethodDescriptionMapReduce.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 MapReduceModifier and TypeMethodDescriptionVertexProgram.getMapReducers()The set ofMapReducejobs that are associated with theVertexProgram.Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type MapReduceModifier and TypeMethodDescriptionAdd aMapReducejob to the set of MapReduce jobs to be executed by theGraphComputer. -
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Classes in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure that implement MapReduce -
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Classes in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that implement MapReduce -
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 -
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util that implement MapReduceMethods in org.apache.tinkerpop.gremlin.process.computer.util that return MapReduceMethods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type MapReduceModifier and TypeMethodDescriptionvoidMapMemory.addMapReduceMemoryKey(MapReduce mapReduce) static booleanvoidConstructors in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type MapReduce -
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return MapReduce -
Uses of MapReduce in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type MapReduceModifier and TypeMethodDescriptionstatic StringStringFactory.mapReduceString(MapReduce mapReduce) static StringStringFactory.mapReduceString(MapReduce mapReduce, String internalString) -
Uses of MapReduce in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with parameters of type MapReduceModifier and TypeMethodDescriptionprotected voidprotected voidvoidTinkerWorkerPool.setMapReduce(MapReduce mapReduce) Method parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type MapReduceModifier and TypeMethodDescriptionvoidTinkerWorkerPool.executeMapReduce(Consumer<MapReduce> worker) Constructor parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type MapReduceModifierConstructorDescriptionTinkerMemory(VertexProgram<?> vertexProgram, Set<MapReduce> mapReducers)