| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.util |
Common utilities.
|
| Modifier and Type | Method | Description |
|---|---|---|
LightWeightGSet<RetryCache.CacheEntry,RetryCache.CacheEntry> |
RetryCache.getCacheSet() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LightWeightCache<K,E extends K> |
A low memory footprint Cache which extends
LightWeightGSet. |
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.