Package org.apache.hadoop.hbase
Class HFilePerformanceEvaluation.SequentialReadBenchmark
java.lang.Object
org.apache.hadoop.hbase.HFilePerformanceEvaluation.RowOrientedBenchmark
org.apache.hadoop.hbase.HFilePerformanceEvaluation.ReadBenchmark
org.apache.hadoop.hbase.HFilePerformanceEvaluation.SequentialReadBenchmark
- Enclosing class:
- HFilePerformanceEvaluation
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.HFilePerformanceEvaluation.ReadBenchmark
reader
-
Constructor Summary
ConstructorDescriptionSequentialReadBenchmark
(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
tearDown
Methods inherited from class org.apache.hadoop.hbase.HFilePerformanceEvaluation.RowOrientedBenchmark
run
-
Field Details
-
scanner
-
-
Constructor Details
-
SequentialReadBenchmark
public SequentialReadBenchmark(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows)
-
-
Method Details
-
setUp
- Overrides:
setUp
in classHFilePerformanceEvaluation.ReadBenchmark
- Throws:
Exception
-
doRow
- Specified by:
doRow
in classHFilePerformanceEvaluation.RowOrientedBenchmark
- Throws:
Exception
-
getReportingPeriod
- Overrides:
getReportingPeriod
in classHFilePerformanceEvaluation.RowOrientedBenchmark
-