public static class HashTable.HashMapper extends TableMapper<ImmutableBytesWritable,ImmutableBytesWritable>
| Constructor and Description | 
|---|
HashMapper()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
cleanup(Context context)  | 
protected void | 
map(ImmutableBytesWritable key,
   Result value,
   Context context)  | 
protected void | 
setup(Context context)  | 
protected void setup(Context context)
              throws IOException,
                     InterruptedException
IOExceptionInterruptedExceptionprotected void map(ImmutableBytesWritable key, Result value, Context context) throws IOException, InterruptedException
IOExceptionInterruptedExceptionprotected void cleanup(Context context)
                throws IOException,
                       InterruptedException
IOExceptionInterruptedException