binlijin created HBASE-6338:
-------------------------------
Summary: Cache Method in rpc handler
Key: HBASE-6338
URL: https://issues.apache.org/jira/browse/HBASE-6338
Project: HBase
Issue Type: Improvement
Reporter: binlijin
Every call in rpc handler a Method will be created, if we cache the method will
improve a little.
I test with 0.90, Average Class.getMethod(String name, Class... parameterTypes)
cost 4780 ns , if we cache it cost 2620 ns.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira