Modifier and Type | Method and Description |
---|---|
void |
GraphComputerTest.MapReduceK.map(Vertex vertex,
MapReduce.MapEmitter emitter) |
void |
GraphComputerTest.MapReduceB.map(Vertex vertex,
MapReduce.MapEmitter<Integer,Integer> emitter) |
void |
GraphComputerTest.MapReduceBB.map(Vertex vertex,
MapReduce.MapEmitter<Integer,Integer> emitter) |
void |
GraphComputerTest.MapReduceC.map(Vertex vertex,
MapReduce.MapEmitter<MapReduce.NullObject,MapReduce.NullObject> emitter) |
void |
MapReduce.map(Vertex vertex,
MapReduce.MapEmitter<MK,MV> emitter)
The map() method is logically executed at all vertices in the graph in parallel.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterCountMapReduce.map(Vertex vertex,
MapReduce.MapEmitter<MapReduce.NullObject,Serializable> emitter) |
void |
ClusterPopulationMapReduce.map(Vertex vertex,
MapReduce.MapEmitter<Serializable,Long> emitter) |
Modifier and Type | Method and Description |
---|---|
void |
PageRankMapReduce.map(Vertex vertex,
MapReduce.MapEmitter<Object,Double> emitter) |
Modifier and Type | Class and Description |
---|---|
class |
TinkerMapEmitter<K,V> |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.