Class TinkerReduceEmitter<OK,OV>
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerReduceEmitter<OK,OV>
-
- All Implemented Interfaces:
MapReduce.ReduceEmitter<OK,OV>
public final class TinkerReduceEmitter<OK,OV> extends Object implements MapReduce.ReduceEmitter<OK,OV>
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
-
Field Summary
Fields Modifier and Type Field Description protected Queue<KeyValue<OK,OV>>
reduceQueue
-
Constructor Summary
Constructors Constructor Description TinkerReduceEmitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
complete(MapReduce<?,?,OK,OV,?> mapReduce)
void
emit(OK key, OV value)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.computer.MapReduce.ReduceEmitter
emit
-
-