| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.computer | 
| Modifier and Type | Method and Description | 
|---|---|
| static MapReduce.Stage | MapReduce.Stage. valueOf(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. | 
| default void | MapReduce. workerEnd(MapReduce.Stage stage)This method is called at the end of the respective  MapReduce.Stagefor a particular "chunk of vertices."
 The set of vertices in the graph are typically not processed with full parallelism. | 
| default void | MapReduce. workerStart(MapReduce.Stage stage)This method is called at the start of the respective  MapReduce.Stagefor a particular "chunk of vertices."
 The set of vertices in the graph are typically not processed with full parallelism. | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.