| Package | Description |
|---|---|
| org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
| Modifier and Type | Class and 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 and Description |
|---|---|
static RetryCache.CacheEntry |
RetryCache.waitForCompletion(RetryCache cache)
Static method that provides null check for retryCache
|
| Modifier and Type | Method and Description |
|---|---|
LightWeightGSet<RetryCache.CacheEntry,RetryCache.CacheEntry> |
RetryCache.getCacheSet() |
LightWeightGSet<RetryCache.CacheEntry,RetryCache.CacheEntry> |
RetryCache.getCacheSet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RetryCache.setState(RetryCache.CacheEntry e,
boolean success) |
Copyright © 2013 Apache Software Foundation. All rights reserved.