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, toString
public boolean equals(Object obj)
equals
in class RetryCache.CacheEntry
public int hashCode()
hashCode
in class RetryCache.CacheEntry
public Object getPayload()
Copyright © 2013 Apache Software Foundation. All rights reserved.