Class TinkerMapEmitter<K,V>
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.tinkergraph.process.computer.TinkerMapEmitter<K,V>
 
- 
- All Implemented Interfaces:
- MapReduce.MapEmitter<K,V>
 
 public final class TinkerMapEmitter<K,V> extends Object implements MapReduce.MapEmitter<K,V> - Author:
- Marko A. Rodriguez (http://markorodriguez.com)
 
- 
- 
Constructor SummaryConstructors Constructor Description TinkerMapEmitter(boolean doReduce)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcomplete(MapReduce<K,V,?,?,?> mapReduce)voidemit(K key, V 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.MapEmitteremit
 
- 
 
-