static class HFilePerformanceEvaluation.GaussianRandomReadBenchmark extends HFilePerformanceEvaluation.ReadBenchmark
Modifier and Type | Field and Description |
---|---|
private org.apache.commons.math3.random.RandomData |
randomData |
reader
Constructor and Description |
---|
GaussianRandomReadBenchmark(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path mf,
int totalRows) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
doRow(int i) |
private byte[] |
getGaussianRandomRowBytes() |
setUp, tearDown
getReportingPeriod, run
private org.apache.commons.math3.random.RandomData randomData
public GaussianRandomReadBenchmark(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path mf, int totalRows)
void doRow(int i) throws Exception
doRow
in class HFilePerformanceEvaluation.RowOrientedBenchmark
Exception
private byte[] getGaussianRandomRowBytes()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.