Class HFilePerformanceEvaluation.RowOrientedBenchmark

java.lang.Object
org.apache.hadoop.hbase.HFilePerformanceEvaluation.RowOrientedBenchmark
Direct Known Subclasses:
HFilePerformanceEvaluation.ReadBenchmark, HFilePerformanceEvaluation.SequentialWriteBenchmark
Enclosing class:
HFilePerformanceEvaluation

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected String
     
    protected final org.apache.hadoop.conf.Configuration
     
    protected final org.apache.hadoop.fs.FileSystem
     
    protected final org.apache.hadoop.fs.Path
     
    protected final int
     
  • Constructor Summary

    Constructors
    Constructor
    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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) abstract void
    doRow(int i)
     
    protected int
     
    (package private) long
    run()
    Run benchmark
    (package private) void
     
    (package private) void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • conf

      protected final org.apache.hadoop.conf.Configuration conf
    • fs

      protected final org.apache.hadoop.fs.FileSystem fs
    • mf

      protected final org.apache.hadoop.fs.Path mf
    • totalRows

      protected final int totalRows
    • codec

      protected String codec
    • cipher

      protected String 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