public static class RetryCache.CacheEntry extends Object implements LightWeightCache.Entry
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getExpirationTime()
Get the expiration time.
|
LightWeightGSet.LinkedElement |
getNext()
Get the next element.
|
int |
hashCode() |
boolean |
isSuccess() |
void |
setExpirationTime(long timeNano)
Set the expiration time.
|
void |
setNext(LightWeightGSet.LinkedElement next)
Set the next element.
|
String |
toString() |
public void setNext(LightWeightGSet.LinkedElement next)
LightWeightGSet.LinkedElementsetNext in interface LightWeightGSet.LinkedElementpublic LightWeightGSet.LinkedElement getNext()
LightWeightGSet.LinkedElementgetNext in interface LightWeightGSet.LinkedElementpublic boolean isSuccess()
public void setExpirationTime(long timeNano)
LightWeightCache.EntrysetExpirationTime in interface LightWeightCache.Entrypublic long getExpirationTime()
LightWeightCache.EntrygetExpirationTime in interface LightWeightCache.EntryCopyright © 2013 Apache Software Foundation. All rights reserved.