abstract static class HFilePerformanceEvaluation.RowOrientedBenchmark extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
cipher  | 
protected String | 
codec  | 
protected org.apache.hadoop.conf.Configuration | 
conf  | 
protected org.apache.hadoop.fs.FileSystem | 
fs  | 
protected org.apache.hadoop.fs.Path | 
mf  | 
protected int | 
totalRows  | 
| Constructor and Description | 
|---|
RowOrientedBenchmark(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)  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) abstract void | 
doRow(int i)  | 
protected int | 
getReportingPeriod()  | 
(package private) long | 
run()
Run benchmark 
 | 
(package private) void | 
setUp()  | 
(package private) void | 
tearDown()  | 
protected final org.apache.hadoop.conf.Configuration conf
protected final org.apache.hadoop.fs.FileSystem fs
protected final org.apache.hadoop.fs.Path mf
protected final int totalRows
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)
public RowOrientedBenchmark(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows)
protected int getReportingPeriod()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.