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 Summary
Constructors Constructor Description TinkerMapEmitter(boolean doReduce) 
- 
Method Summary
All 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.computer.MapReduce.MapEmitter
emit 
 - 
 
 -