Package | Description |
---|---|
org.apache.hadoop.util |
Common utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
GSetByHashMap<K,E extends K>
|
class |
LightWeightCache<K,E extends K>
A low memory footprint Cache which extends
LightWeightGSet . |
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 © 2013 Apache Software Foundation. All rights reserved.