|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.terracotta.modules.ehcache.store.ClusteredElementEvictionData
public class ClusteredElementEvictionData
| Constructor Summary | |
|---|---|
ClusteredElementEvictionData(net.sf.ehcache.store.Store store,
TimestampedValue timestampedValue)
Default constructor initializing the field to their empty values |
|
| Method Summary | |
|---|---|
boolean |
canParticipateInSerialization()
|
net.sf.ehcache.ElementEvictionData |
clone()
|
long |
getCreationTime()
|
long |
getLastAccessTime()
|
void |
resetLastAccessTime(net.sf.ehcache.Element element)
|
void |
setCreationTime(long creationTime)
Doesn't do anything in this implementation. |
void |
updateLastAccessTime(long time,
net.sf.ehcache.Element element)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClusteredElementEvictionData(net.sf.ehcache.store.Store store,
TimestampedValue timestampedValue)
| Method Detail |
|---|
public void setCreationTime(long creationTime)
setCreationTime in interface net.sf.ehcache.ElementEvictionDatapublic long getCreationTime()
getCreationTime in interface net.sf.ehcache.ElementEvictionDatapublic long getLastAccessTime()
getLastAccessTime in interface net.sf.ehcache.ElementEvictionData
public void updateLastAccessTime(long time,
net.sf.ehcache.Element element)
updateLastAccessTime in interface net.sf.ehcache.ElementEvictionDatapublic void resetLastAccessTime(net.sf.ehcache.Element element)
resetLastAccessTime in interface net.sf.ehcache.ElementEvictionData
public final net.sf.ehcache.ElementEvictionData clone()
throws CloneNotSupportedException
clone in interface net.sf.ehcache.ElementEvictionDataclone in class ObjectCloneNotSupportedExceptionpublic boolean canParticipateInSerialization()
canParticipateInSerialization in interface net.sf.ehcache.ElementEvictionData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||