| Package | Description |
|---|---|
| org.apache.hadoop.util |
Common utilities.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
GSetByHashMap<K,E extends K> |
A
GSet implementation by HashMap. |
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. |
class |
LightWeightResizableGSet<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 © 2008–2025 Apache Software Foundation. All rights reserved.