public static class RetryCache.CacheEntryWithPayload extends RetryCache.CacheEntry
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Override equals to avoid findbugs warnings
|
Object |
getPayload() |
int |
hashCode()
Override hashcode to avoid findbugs warnings
|
getExpirationTime, getNext, isSuccess, setExpirationTime, setNext, toStringpublic boolean equals(Object obj)
equals in class RetryCache.CacheEntrypublic int hashCode()
hashCode in class RetryCache.CacheEntrypublic Object getPayload()
Copyright © 2013 Apache Software Foundation. All rights reserved.