[ 
https://issues.apache.org/jira/browse/HBASE-6735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-6735:
-------------------------

    Attachment: 0002-jira-HBASE-6735-89-fb-Remove-reflection-from-HBaseCl.patch

Forward port this from 0.89-fb branch
                
> [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
>         Attachments: 
> 0002-jira-HBASE-6735-89-fb-Remove-reflection-from-HBaseCl.patch
>
>
> 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

Reply via email to