Uses of Class
org.apache.hadoop.util.LightWeightGSet
Packages that use LightWeightGSet
Package
Description
Tools to help define network clients and servers.
Common utilities.
-
Uses of LightWeightGSet in org.apache.hadoop.ipc
Methods in org.apache.hadoop.ipc that return LightWeightGSet -
Uses of LightWeightGSet in org.apache.hadoop.util
Subclasses of LightWeightGSet in org.apache.hadoop.utilModifier and TypeClassDescriptionclassLightWeightCache<K,E extends K> A low memory footprint Cache which extendsLightWeightGSet.classLightWeightResizableGSet<K,E extends K> A low memory footprintGSetimplementation, which uses an array for storing the elements and linked lists for collision resolution.