Package org.apache.hadoop.hbase
Class HFilePerformanceEvaluation.SequentialWriteBenchmark
java.lang.Object
org.apache.hadoop.hbase.HFilePerformanceEvaluation.RowOrientedBenchmark
org.apache.hadoop.hbase.HFilePerformanceEvaluation.SequentialWriteBenchmark
- Enclosing class:
- HFilePerformanceEvaluation
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionSequentialWriteBenchmark(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows, String codec, String cipher) 
- 
Method SummaryMethods inherited from class org.apache.hadoop.hbase.HFilePerformanceEvaluation.RowOrientedBenchmarkrun
- 
Field Details- 
writer
- 
bytes
 
- 
- 
Constructor Details- 
SequentialWriteBenchmarkpublic SequentialWriteBenchmark(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows, String codec, String cipher) 
 
- 
- 
Method Details- 
setUp- Overrides:
- setUpin class- HFilePerformanceEvaluation.RowOrientedBenchmark
- Throws:
- Exception
 
- 
doRow- Specified by:
- doRowin class- HFilePerformanceEvaluation.RowOrientedBenchmark
- Throws:
- Exception
 
- 
generateValue
- 
getReportingPeriod- Overrides:
- getReportingPeriodin class- HFilePerformanceEvaluation.RowOrientedBenchmark
 
- 
tearDown- Overrides:
- tearDownin class- HFilePerformanceEvaluation.RowOrientedBenchmark
- Throws:
- Exception
 
 
-