public abstract class MapTask<K,V> extends Object
Abstract MapTask class.
Constructor and Description |
---|
MapTask(MapReduce mr,
int id)
Constructor for MapTask.
|
Modifier and Type | Method and Description |
---|---|
void |
emitIntermediate(K key,
V val)
emitIntermediate.
|
abstract void |
map()
map.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.