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.LinkedElement
setNext
in interface LightWeightGSet.LinkedElement
public LightWeightGSet.LinkedElement getNext()
LightWeightGSet.LinkedElement
getNext
in interface LightWeightGSet.LinkedElement
public boolean isSuccess()
public void setExpirationTime(long timeNano)
LightWeightCache.Entry
setExpirationTime
in interface LightWeightCache.Entry
public long getExpirationTime()
LightWeightCache.Entry
getExpirationTime
in interface LightWeightCache.Entry
Copyright © 2013 Apache Software Foundation. All rights reserved.