Package org.apache.hadoop.hbase
Class HFilePerformanceEvaluation.GaussianRandomReadBenchmark
java.lang.Object
org.apache.hadoop.hbase.HFilePerformanceEvaluation.RowOrientedBenchmark
org.apache.hadoop.hbase.HFilePerformanceEvaluation.ReadBenchmark
org.apache.hadoop.hbase.HFilePerformanceEvaluation.GaussianRandomReadBenchmark
- Enclosing class:
- HFilePerformanceEvaluation
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.HFilePerformanceEvaluation.ReadBenchmark
reader
-
Constructor Summary
ConstructorDescriptionGaussianRandomReadBenchmark
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.HFilePerformanceEvaluation.ReadBenchmark
setUp, tearDown
Methods inherited from class org.apache.hadoop.hbase.HFilePerformanceEvaluation.RowOrientedBenchmark
getReportingPeriod, run
-
Field Details
-
randomData
-
-
Constructor Details
-
GaussianRandomReadBenchmark
public GaussianRandomReadBenchmark(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows)
-
-
Method Details
-
doRow
- Specified by:
doRow
in classHFilePerformanceEvaluation.RowOrientedBenchmark
- Throws:
Exception
-
getGaussianRandomRowBytes
-