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 IOException, InterruptedException
map
Mapper<K,V,V,K>
IOException
InterruptedException
Copyright © 2009 The Apache Software Foundation