You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Hua-Yi Ho (JIRA)" <ji...@apache.org> on 2018/05/03 17:49:00 UTC

[jira] [Created] (HBASE-20528) Revise collections copying from iteration to built-in function

Hua-Yi Ho created HBASE-20528:
---------------------------------

             Summary: Revise collections copying from iteration to built-in function
                 Key: HBASE-20528
                 URL: https://issues.apache.org/jira/browse/HBASE-20528
             Project: HBase
          Issue Type: Improvement
            Reporter: Hua-Yi Ho


Some collection codes in file
StochasticLoadBalancer.java, AbstractHBaseTool.java, HFileInputFormat.java, Result.java, and WalPlayer.java, using iterations to copy whole data in collections. The iterations can just replace by just Colletions.addAll and Arrays.copyOf.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)