Package org.apache.hadoop.ipc
Class RetryCache.CacheEntryWithPayload
java.lang.Object
org.apache.hadoop.ipc.RetryCache.CacheEntry
org.apache.hadoop.ipc.RetryCache.CacheEntryWithPayload
- All Implemented Interfaces:
LightWeightCache.Entry,LightWeightGSet.LinkedElement
- Enclosing class:
- RetryCache
CacheEntry with payload that tracks the previous response or parts of
previous response to be used for generating response for retried requests.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOverride equals to avoid findbugs warningsinthashCode()Override hashcode to avoid findbugs warningsMethods inherited from class org.apache.hadoop.ipc.RetryCache.CacheEntry
getExpirationTime, getNext, isSuccess, setExpirationTime, setNext, toString
-
Method Details
-
equals
Override equals to avoid findbugs warnings- Overrides:
equalsin classRetryCache.CacheEntry
-
hashCode
public int hashCode()Override hashcode to avoid findbugs warnings- Overrides:
hashCodein classRetryCache.CacheEntry
-
getPayload
-