summaryrefslogtreecommitdiff
path: root/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/LightWeightHashSet.java
AgeCommit message (Expand)Author
2015-08-17HDFS-8792. BlockManager#postponedMisreplicatedBlocks should use a LightWeight...Colin Patrick Mccabe
2015-04-01HDFS-7978. Add LOG.isDebugEnabled() guard for some LOG.debug(..). Contributed...Andrew Wang
2014-03-24HDFS-6124. Add final modifier to class members. (Contributed by Suresh Srinivas)Arpit Agarwal
2013-10-11HDFS-5276. Remove volatile from LightWeightHashSet. (Junping Du via llu)Luke Lu
2012-07-16HDFS-3659. Add missing @Override to methods across the hadoop-hdfs project. C...Harsh J
2012-05-17HDFS-3391. Fix InvalidateBlocks to compare blocks including their generation ...Todd Lipcon
2011-11-20HDFS-2536. Remove unused imports. Contributed by Harsh JEli Collins
2011-11-15HDFS-2476. More CPU efficient data structure for under-replicated, over-repli...Todd Lipcon