Uses of Interface
org.apache.hadoop.hdfs.util.GSet

Packages that use GSet
org.apache.hadoop.hdfs.util   
 

Uses of GSet in org.apache.hadoop.hdfs.util
 

Classes in org.apache.hadoop.hdfs.util that implement GSet
 class GSetByHashMap<K,E extends K>
          A GSet implementation by HashMap.
 class LightWeightGSet<K,E extends K>
          A low memory footprint GSet implementation, which uses an array for storing the elements and linked lists for collision resolution.
 



Copyright © 2009 The Apache Software Foundation