| Modifier and Type | Method and Description |
|---|---|
static MapReduce.Stage |
MapReduce.Stage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapReduce.Stage[] |
MapReduce.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MapReduce.doStage(MapReduce.Stage stage)
A MapReduce job can be map-only, map-reduce-only, or map-combine-reduce.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusterPopulationMapReduce.doStage(MapReduce.Stage stage) |
boolean |
ClusterCountMapReduce.doStage(MapReduce.Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LambdaMapReduce.doStage(MapReduce.Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PageRankMapReduce.doStage(MapReduce.Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TraverserMapReduce.doStage(MapReduce.Stage stage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TreeMapReduce.doStage(MapReduce.Stage stage) |
boolean |
SumMapReduce.doStage(MapReduce.Stage stage) |
boolean |
StoreMapReduce.doStage(MapReduce.Stage stage) |
boolean |
ProfileMapReduce.doStage(MapReduce.Stage stage) |
boolean |
GroupMapReduce.doStage(MapReduce.Stage stage) |
boolean |
GroupCountMapReduce.doStage(MapReduce.Stage stage) |
boolean |
CountMapReduce.doStage(MapReduce.Stage stage) |
boolean |
AggregateMapReduce.doStage(MapReduce.Stage stage) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.