static class PerformanceEvaluation.TestOptions extends Object
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 |
numClientThreads |
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() |
TestOptions(int startRow,
int perClientRunRows,
int totalRows,
int numClientThreads,
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 |
getNumClientThreads() |
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 int numClientThreads
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()
TestOptions(int startRow, int perClientRunRows, int totalRows, int numClientThreads, 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 int getNumClientThreads()
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–2019 The Apache Software Foundation. All rights reserved.