return sampler;
}
@Override
public void modifyTestElement(TestElement te) {
HBaseRowkeySampler sampler = (HBaseRowkeySampler) te;
sampler.setConnectionName(connTF.getText());
sampler.sethBaseTable(tableTF.getText());
sampler.setRowKey(rowKeyTF.getText());
sampler.setOmitVars(emitVarsCB.isSelected());
sampler.setLatestTimestampRows(latestTimestampRows.isSelected());
super.configureTestElement(sampler);
}