Uses of Class
org.apache.tinkerpop.gremlin.process.computer.MapReduce.Stage
-
Packages that use MapReduce.Stage Package Description org.apache.tinkerpop.gremlin.process.computer -
-
Uses of MapReduce.Stage in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return MapReduce.Stage Modifier and Type Method Description static MapReduce.StageMapReduce.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.Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type MapReduce.Stage Modifier and Type Method Description booleanMapReduce. doStage(MapReduce.Stage stage)A MapReduce job can be map-only, map-reduce-only, or map-combine-reduce.default voidMapReduce. workerEnd(MapReduce.Stage stage)This method is called at the end of the respectiveMapReduce.Stagefor a particular "chunk of vertices." The set of vertices in the graph are typically not processed with full parallelism.default voidMapReduce. workerStart(MapReduce.Stage stage)This method is called at the start of the respectiveMapReduce.Stagefor a particular "chunk of vertices." The set of vertices in the graph are typically not processed with full parallelism.
-