Uses of Interface
org.apache.hadoop.util.GSet
Packages that use GSet
-
Uses of GSet in org.apache.hadoop.util
Classes in org.apache.hadoop.util that implement GSetModifier and TypeClassDescriptionclassGSetByHashMap<K,E extends K> classLightWeightCache<K,E extends K> A low memory footprint Cache which extendsLightWeightGSet.classLightWeightGSet<K,E extends K> A low memory footprintGSetimplementation, which uses an array for storing the elements and linked lists for collision resolution.classLightWeightResizableGSet<K,E extends K> A low memory footprintGSetimplementation, which uses an array for storing the elements and linked lists for collision resolution.