Uses of Enum
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.CountersVerifyReplicationRecompareRunnable.originalCounterMethods in org.apache.hadoop.hbase.mapreduce.replication that return VerifyReplication.Verifier.CountersModifier and TypeMethodDescriptionReturns 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.Methods in org.apache.hadoop.hbase.mapreduce.replication with parameters of type VerifyReplication.Verifier.CountersModifier and TypeMethodDescriptionprivate voidVerifyReplication.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 booleanVerifyReplicationRecompareRunnable.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)