You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Zhihong Yu (Created) (JIRA)" <ji...@apache.org> on 2012/04/12 02:01:24 UTC

[jira] [Created] (HBASE-5769) Use builder pattern to create HServerLoad.RegionLoad

Use builder pattern to create HServerLoad.RegionLoad
----------------------------------------------------

                 Key: HBASE-5769
                 URL: https://issues.apache.org/jira/browse/HBASE-5769
             Project: HBase
          Issue Type: Task
            Reporter: Zhihong Yu


Currently, HRegionServer.createRegionLoad() calls RegionLoad ctor with all the parameters.
This makes adding new members to RegionLoad tedious.

Builder pattern should be employed to create HServerLoad.RegionLoad

--
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