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
FieldsModifier and TypeFieldDescriptionprivate org.apache.hadoop.hbase.client.Connectionprivate booleanprivate intprivate intprivate intprivate org.apache.hadoop.hbase.TableNameprivate intprivate booleanprivate boolean -
Constructor Summary
ConstructorsConstructorDescriptionTestOptions(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.Connectionintintintorg.apache.hadoop.hbase.TableNameintbooleanbooleanboolean
-
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
-