Class WALPerformanceEvaluation.WALPutBenchmark

java.lang.Object
org.apache.hadoop.hbase.wal.WALPerformanceEvaluation.WALPutBenchmark
All Implemented Interfaces:
Runnable
Enclosing class:
WALPerformanceEvaluation

Perform WAL.append() of Put object, for the number of iterations requested. Keys and Vaues are generated randomly, the number of column families, qualifiers and key/value size is tunable by the user.
  • Field Details

  • Constructor Details

    • WALPutBenchmark

      WALPutBenchmark(org.apache.hadoop.hbase.regionserver.HRegion region, org.apache.hadoop.hbase.client.TableDescriptor htd, long numIterations, boolean noSync, int syncInterval)
  • Method Details