| Modifier and Type | Method and Description |
|---|---|
static <M extends MapReduce<MK,MV,RK,RV,R>,MK,MV,RK,RV,R> |
MapReduce.createMapReduce(org.apache.commons.configuration.Configuration configuration)
A helper method to construct a
MapReduce given 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 java.util.Set<MapReduce> |
VertexProgram.getMapReducers()
The set of
MapReduce jobs that are associated with the VertexProgram. |
| Modifier and Type | Method and Description |
|---|---|
GraphComputer |
GraphComputer.mapReduce(MapReduce mapReduce)
Add a
MapReduce job to the set of MapReduce jobs to be executed by the GraphComputer. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterCountMapReduce |
class |
ClusterPopulationMapReduce |
| Modifier and Type | Class and Description |
|---|---|
class |
LambdaMapReduce<MK,MV,RK,RV,R> |
| Modifier and Type | Class and Description |
|---|---|
class |
PageRankMapReduce |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<MapReduce> |
TraversalVertexProgram.getMapReducers() |
| Modifier and Type | Class and Description |
|---|---|
class |
TraverserMapReduce |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticMapReduce<MK,MV,RK,RV,R> |
| Modifier and Type | Method and Description |
|---|---|
MapReduce<MK,MV,RK,RV,R> |
StaticMapReduce.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapMemory.addMapReduceMemoryKey(MapReduce mapReduce) |
static boolean |
GraphComputerHelper.areEqual(MapReduce a,
java.lang.Object b) |
| Modifier and Type | Method and Description |
|---|---|
MapReduce<MK,MV,RK,RV,R> |
MapReducer.getMapReduce() |
| Modifier and Type | Method and Description |
|---|---|
MapReduce<java.lang.Object,Tree,java.lang.Object,Tree,Tree> |
TreeStep.getMapReduce() |
MapReduce<MapReduce.NullObject,java.lang.Double,MapReduce.NullObject,java.lang.Double,java.lang.Double> |
SumStep.getMapReduce() |
MapReduce<MapReduce.NullObject,java.lang.Object,MapReduce.NullObject,java.lang.Object,java.util.Collection> |
StoreStep.getMapReduce() |
MapReduce<MapReduce.NullObject,TraversalMetrics,MapReduce.NullObject,TraversalMetrics,TraversalMetrics> |
ProfileStep.getMapReduce() |
MapReduce<java.lang.Object,java.util.Collection,java.lang.Object,java.lang.Object,java.util.Map> |
GroupStep.getMapReduce() |
MapReduce<java.lang.Object,java.lang.Long,java.lang.Object,java.lang.Long,java.util.Map<java.lang.Object,java.lang.Long>> |
GroupCountStep.getMapReduce() |
MapReduce<MapReduce.NullObject,java.lang.Long,MapReduce.NullObject,java.lang.Long,java.lang.Long> |
CountStep.getMapReduce() |
MapReduce<MapReduce.NullObject,java.lang.Object,MapReduce.NullObject,java.lang.Object,java.util.Collection> |
AggregateStep.getMapReduce() |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateMapReduce |
class |
CountMapReduce |
class |
GroupCountMapReduce |
class |
GroupMapReduce |
class |
ProfileMapReduce |
class |
StoreMapReduce |
class |
SumMapReduce |
class |
TreeMapReduce |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
StringFactory.mapReduceString(MapReduce mapReduce) |
static java.lang.String |
StringFactory.mapReduceString(MapReduce mapReduce,
java.lang.String internalString) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.