Uses of Enum Class
org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication.Verifier.Counters
Packages that use VerifyReplication.Verifier.Counters
-
Uses of VerifyReplication.Verifier.Counters in org.apache.hadoop.hbase.mapreduce.replication
Fields in org.apache.hadoop.hbase.mapreduce.replication declared as VerifyReplication.Verifier.CountersModifier and TypeFieldDescriptionprivate final VerifyReplication.Verifier.Counters
VerifyReplicationRecompareRunnable.originalCounter
Methods in org.apache.hadoop.hbase.mapreduce.replication that return VerifyReplication.Verifier.CountersModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VerifyReplication.Verifier.Counters[]
VerifyReplication.Verifier.Counters.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.mapreduce.replication with parameters of type VerifyReplication.Verifier.CountersModifier and TypeMethodDescriptionprivate void
VerifyReplication.Verifier.logFailRowAndIncreaseCounter
(org.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable, Result, ImmutableBytesWritable, Put>.org.apache.hadoop.mapreduce.Mapper.Context context, VerifyReplication.Verifier.Counters counter, Result row, Result replicatedRow) private boolean
VerifyReplicationRecompareRunnable.matches
(Result original, Result updated, VerifyReplication.Verifier.Counters failCounter) Constructors in org.apache.hadoop.hbase.mapreduce.replication with parameters of type VerifyReplication.Verifier.CountersModifierConstructorDescriptionVerifyReplicationRecompareRunnable
(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)