Package org.apache.hadoop.hbase.rest
Class PerformanceEvaluation.TestOptions
java.lang.Object
org.apache.hadoop.hbase.rest.PerformanceEvaluation.TestOptions
- Enclosing class:
- PerformanceEvaluation
Wraps up options passed to
PerformanceEvaluation
tests This
makes the reflection logic a little easier to understand...-
Field Summary
Modifier and TypeFieldDescriptionprivate org.apache.hadoop.hbase.client.Connection
private boolean
private int
private int
private int
private org.apache.hadoop.hbase.TableName
private int
private boolean
private boolean
-
Constructor Summary
ConstructorDescriptionTestOptions
(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) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Connection
int
int
int
org.apache.hadoop.hbase.TableName
int
boolean
boolean
boolean
-
Field Details
-
startRow
-
perClientRunRows
-
totalRows
-
tableName
-
flushCommits
-
writeToWAL
-
useTags
-
noOfTags
-
connection
-
-
Constructor Details
-
TestOptions
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)
-
-
Method Details
-
getStartRow
-
getPerClientRunRows
-
getTotalRows
-
getTableName
-
isFlushCommits
-
isWriteToWAL
-
getConnection
-
isUseTags
-
getNumTags
-