Uses of Interface
org.apache.tinkerpop.gremlin.process.computer.MapReduce
-
-
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.computer
Classes in org.apache.tinkerpop.gremlin.process.computer that implement MapReduce Modifier and Type Class Description static class
GraphComputerTest.MapReduceB
static class
GraphComputerTest.MapReduceBB
static class
GraphComputerTest.MapReduceC
static class
GraphComputerTest.MapReduceK
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 aMapReduce
given 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 ofMapReduce
jobs that are associated with theVertexProgram
.Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type MapReduce Modifier and Type Method Description GraphComputer
GraphComputer. mapReduce(MapReduce mapReduce)
Add aMapReduce
job to the set of MapReduce jobs to be executed by theGraphComputer
.GraphComputer
GraphComputerTest.BadGraphComputer. mapReduce(MapReduce mapReduce)
-
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 Modifier and Type Class Description class
ClusterCountMapReduce
class
ClusterPopulationMapReduce
-
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 Modifier and Type Class Description class
PageRankMapReduce
-
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()
-
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.computer.util
Classes in org.apache.tinkerpop.gremlin.process.computer.util that implement MapReduce Modifier and Type Class Description class
StaticMapReduce<MK,MV,RK,RV,R>
Methods in org.apache.tinkerpop.gremlin.process.computer.util that return MapReduce Modifier and Type Method Description MapReduce<MK,MV,RK,RV,R>
StaticMapReduce. clone()
MapReduce
MapReducePool. take()
Methods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type MapReduce Modifier and Type Method Description void
MapMemory. addMapReduceMemoryKey(MapReduce mapReduce)
static boolean
GraphComputerHelper. areEqual(MapReduce a, Object b)
void
MapReducePool. offer(MapReduce<?,?,?,?,?> mapReduce)
Constructors in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type MapReduce Constructor Description MapReducePool(MapReduce mapReduce, int poolSize)
-
Uses of MapReduce in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return MapReduce Modifier and Type Method Description MapReduce<MK,MV,RK,RV,R>
MapReducer. getMapReduce()
-
Uses of MapReduce in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type MapReduce Modifier and Type Method Description static String
StringFactory. mapReduceString(MapReduce mapReduce)
static String
StringFactory. 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 MapReduce Modifier and Type Method Description protected void
TinkerMapEmitter. complete(MapReduce<K,V,?,?,?> mapReduce)
protected void
TinkerReduceEmitter. complete(MapReduce<?,?,OK,OV,?> mapReduce)
GraphComputer
TinkerGraphComputer. mapReduce(MapReduce mapReduce)
void
TinkerWorkerPool. setMapReduce(MapReduce mapReduce)
Method parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type MapReduce Modifier and Type Method Description void
TinkerWorkerPool. executeMapReduce(Consumer<MapReduce> worker)
Constructor parameters in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type arguments of type MapReduce Constructor Description TinkerMemory(VertexProgram<?> vertexProgram, Set<MapReduce> mapReducers)
-