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)

Reply via email to