public static class VerifyReplication.Verifier extends TableMapper<ImmutableBytesWritable,Put>
| Modifier and Type | Class and Description |
|---|---|
static class |
VerifyReplication.Verifier.Counters |
| Constructor and Description |
|---|
Verifier() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup(Context context) |
void |
map(ImmutableBytesWritable row,
Result value,
Context context)
Map method that compares every scanned row with the equivalent from
a distant cluster.
|
public void map(ImmutableBytesWritable row, Result value, Context context) throws IOException
row - The current table row key.value - The columns.context - The current context.IOException - When something is broken with the data.protected void cleanup(Context context)