public class InverseMapper<K,V> extends Mapper<K,V,V,K>
Mapper
Mapper.Context
InverseMapper()
void
map(K key, V value, Mapper.Context context)
cleanup, run, setup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InverseMapper()
public void map(K key, V value, Mapper.Context context) throws java.io.IOException, java.lang.InterruptedException
map
Mapper<K,V,V,K>
java.io.IOException
java.lang.InterruptedException
Copyright © 2009 The Apache Software Foundation