public class Row2XML extends Object
| Constructor and Description |
|---|
Row2XML() |
| Modifier and Type | Method and Description |
|---|---|
static String |
row2xmlstring(org.apache.hadoop.hbase.client.Result result,
org.apache.jmeter.threads.JMeterVariables vars,
int index)
Convert HBase
Result row into string XML using all timestamps. |
static String |
row2xmlStringLatest(org.apache.hadoop.hbase.client.Result result,
org.apache.jmeter.threads.JMeterVariables vars,
int index)
Convert HBase
Result row into string XML using latest timestamp. |
public static String row2xmlstring(org.apache.hadoop.hbase.client.Result result, org.apache.jmeter.threads.JMeterVariables vars, int index) throws UnsupportedEncodingException
Result row into string XML using all timestamps. If
parameter vars is not null for every Column is generated one JMeter
variable.result - - row to be convertedvars - - if not null in this variable are added all Columns from
this rowindex - - add this index to all column namesUnsupportedEncodingExceptionpublic static String row2xmlStringLatest(org.apache.hadoop.hbase.client.Result result, org.apache.jmeter.threads.JMeterVariables vars, int index)
Result row into string XML using latest timestamp.
If parameter vars is not null for every Column is generated one JMeter
variable.result - - row to be convertedvars - - if not null in this variable are added all Columns from
this rowindex - - add this index to all column namesCopyright © 2016. All rights reserved.