Michal Gregorczyk created HBASE-6735:
----------------------------------------
Summary: [89-fb] Remove reflection from HBaseClient
Key: HBASE-6735
URL: https://issues.apache.org/jira/browse/HBASE-6735
Project: HBase
Issue Type: Test
Reporter: Michal Gregorczyk
Assignee: Michal Gregorczyk
Priority: Minor
Every time we read response in HBaseClient we create instance of valueClass
using reflection and Hadoop APIs. valueClass is set in a constructor of
HBaseClient to one of parameters. The parameter is always HbaseObjectWritable.
We can remove reflection by hardcoding HbaseObjectWritable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira