Package | Description |
---|---|
org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.util |
Common utilities.
|
Modifier and Type | Class and Description |
---|---|
static class |
RetryCache.CacheEntry
CacheEntry is tracked using unique client ID and callId of the RPC request
|
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 |
---|---|
LightWeightGSet.LinkedElement |
RetryCache.CacheEntry.getNext() |
Modifier and Type | Method and Description |
---|---|
void |
RetryCache.CacheEntry.setNext(LightWeightGSet.LinkedElement next) |
Modifier and Type | Interface and Description |
---|---|
static interface |
LightWeightCache.Entry
Entries of
LightWeightCache . |
Modifier and Type | Method and Description |
---|---|
LightWeightGSet.LinkedElement |
LightWeightGSet.LinkedElement.getNext()
Get the next element.
|
Modifier and Type | Method and Description |
---|---|
void |
LightWeightGSet.LinkedElement.setNext(LightWeightGSet.LinkedElement next)
Set the next element.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.