public static class SyncTable.SyncMapper extends TableMapper<ImmutableBytesWritable,Mutation>
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncTable.SyncMapper.Counter |
| Constructor and Description |
|---|
SyncMapper() |
| 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 java.io.IOException
java.io.IOExceptionprotected void map(ImmutableBytesWritable key,
Result value,
Context context)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionprotected void cleanup(Context context)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedException