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 SummaryFields Modifier and Type Field Description protected Queue<KeyValue<OK,OV>>reduceQueue
 - 
Constructor SummaryConstructors Constructor Description TinkerReduceEmitter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcomplete(MapReduce<?,?,OK,OV,?> mapReduce)voidemit(OK key, OV value)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.computer.MapReduce.ReduceEmitteremit
 
- 
 
-