static class PerformanceEvaluation.TestOptions extends Object
PerformanceEvaluation
tests This
makes the reflection logic a little easier to understand...Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.client.Connection |
connection |
private boolean |
flushCommits |
private int |
noOfTags |
private int |
perClientRunRows |
private int |
startRow |
private org.apache.hadoop.hbase.TableName |
tableName |
private int |
totalRows |
private boolean |
useTags |
private boolean |
writeToWAL |
Constructor and Description |
---|
TestOptions(int startRow,
int perClientRunRows,
int totalRows,
org.apache.hadoop.hbase.TableName tableName,
boolean flushCommits,
boolean writeToWAL,
boolean useTags,
int noOfTags,
org.apache.hadoop.hbase.client.Connection connection) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.client.Connection |
getConnection() |
int |
getNumTags() |
int |
getPerClientRunRows() |
int |
getStartRow() |
org.apache.hadoop.hbase.TableName |
getTableName() |
int |
getTotalRows() |
boolean |
isFlushCommits() |
boolean |
isUseTags() |
boolean |
isWriteToWAL() |
private int startRow
private int perClientRunRows
private int totalRows
private org.apache.hadoop.hbase.TableName tableName
private boolean flushCommits
private boolean writeToWAL
private boolean useTags
private int noOfTags
private org.apache.hadoop.hbase.client.Connection connection
TestOptions(int startRow, int perClientRunRows, int totalRows, org.apache.hadoop.hbase.TableName tableName, boolean flushCommits, boolean writeToWAL, boolean useTags, int noOfTags, org.apache.hadoop.hbase.client.Connection connection)
public int getStartRow()
public int getPerClientRunRows()
public int getTotalRows()
public org.apache.hadoop.hbase.TableName getTableName()
public boolean isFlushCommits()
public boolean isWriteToWAL()
public org.apache.hadoop.hbase.client.Connection getConnection()
public boolean isUseTags()
public int getNumTags()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.