|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable,Result,KEYOUT,VALUEOUT>
org.apache.hadoop.hbase.mapreduce.TableMapper<KEYOUT,VALUEOUT>
KEYOUT - The type of the key.VALUEOUT - The type of the value.public abstract class TableMapper<KEYOUT,VALUEOUT>
Extends the base Mapper class to add the required input key
and value classes.
Mapper| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper |
|---|
org.apache.hadoop.mapreduce.Mapper.Context |
| Constructor Summary | |
|---|---|
TableMapper()
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.hadoop.mapreduce.Mapper |
|---|
cleanup, map, run, setup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||