| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RetryCache.CacheEntryWithPayload |
CacheEntry with payload that tracks the previous response or parts of
previous response to be used for generating response for retried requests.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RetryCache.CacheEntry |
RetryCache.waitForCompletion(RetryCache cache,
byte[] clientId,
int callId) |
Static method that provides null check for retryCache.
|
| Modifier and Type | Method | Description |
|---|---|---|
LightWeightGSet<RetryCache.CacheEntry,RetryCache.CacheEntry> |
RetryCache.getCacheSet() |
|
LightWeightGSet<RetryCache.CacheEntry,RetryCache.CacheEntry> |
RetryCache.getCacheSet() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
RetryCache.setState(RetryCache.CacheEntry e,
boolean success) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.