|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LightWeightGSet.LinkedElement | |
---|---|
org.apache.hadoop.ipc | Tools to help define network clients and servers. |
org.apache.hadoop.util | Common utilities. |
Uses of LightWeightGSet.LinkedElement in org.apache.hadoop.ipc |
---|
Classes in org.apache.hadoop.ipc that implement LightWeightGSet.LinkedElement | |
---|---|
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. |
Methods in org.apache.hadoop.ipc that return LightWeightGSet.LinkedElement | |
---|---|
LightWeightGSet.LinkedElement |
RetryCache.CacheEntry.getNext()
|
Methods in org.apache.hadoop.ipc with parameters of type LightWeightGSet.LinkedElement | |
---|---|
void |
RetryCache.CacheEntry.setNext(LightWeightGSet.LinkedElement next)
|
Uses of LightWeightGSet.LinkedElement in org.apache.hadoop.util |
---|
Subinterfaces of LightWeightGSet.LinkedElement in org.apache.hadoop.util | |
---|---|
static interface |
LightWeightCache.Entry
Entries of LightWeightCache . |
Methods in org.apache.hadoop.util that return LightWeightGSet.LinkedElement | |
---|---|
LightWeightGSet.LinkedElement |
LightWeightGSet.LinkedElement.getNext()
Get the next element. |
Methods in org.apache.hadoop.util with parameters of type LightWeightGSet.LinkedElement | |
---|---|
void |
LightWeightGSet.LinkedElement.setNext(LightWeightGSet.LinkedElement next)
Set the next element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |