| Package | Description |
|---|---|
| org.apache.hadoop.hbase.mapreduce.replication |
| Modifier and Type | Method and Description |
|---|---|
static VerifyReplication.Verifier.Counters |
VerifyReplication.Verifier.Counters.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerifyReplication.Verifier.Counters[] |
VerifyReplication.Verifier.Counters.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VerifyReplicationRecompareRunnable(org.apache.hadoop.mapreduce.Mapper.Context context,
Result sourceResult,
Result replicatedResult,
VerifyReplication.Verifier.Counters originalCounter,
String delimiter,
Scan tableScan,
Table sourceTable,
Table replicatedTable,
int reCompareTries,
int sleepMsBeforeReCompare,
int reCompareBackoffExponent,
boolean verbose) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.