Package org.apache.hadoop.hbase
Class HFilePerformanceEvaluation.RowOrientedBenchmark
java.lang.Object
org.apache.hadoop.hbase.HFilePerformanceEvaluation.RowOrientedBenchmark
- Direct Known Subclasses:
HFilePerformanceEvaluation.ReadBenchmark
,HFilePerformanceEvaluation.SequentialWriteBenchmark
- Enclosing class:
- HFilePerformanceEvaluation
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRowOrientedBenchmark
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows) RowOrientedBenchmark
(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 Summary
-
Field Details
-
conf
-
fs
-
mf
-
totalRows
-
codec
-
cipher
-
-
Constructor Details
-
RowOrientedBenchmark
public RowOrientedBenchmark(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows, String codec, String cipher) -
RowOrientedBenchmark
public RowOrientedBenchmark(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows)
-
-
Method Details