public final class ClusterEntryImpl extends Object implements ClusterEntry
Constructor and Description |
---|
ClusterEntryImpl()
Constructor of the class for Webservice Bean Deserializer
|
ClusterEntryImpl(Collection.Key key,
Serializable value,
int offset) |
ClusterEntryImpl(Collection.Key key,
Serializable value,
long time) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Collection.Key |
getKey() |
long |
getTime() |
Long |
getTimeRef() |
Serializable |
getValue() |
void |
setKey(Collection.Key key) |
void |
setTime(long time) |
void |
setValue(Serializable value) |
public ClusterEntryImpl(Collection.Key key, Serializable value, int offset)
public ClusterEntryImpl(Collection.Key key, Serializable value, long time)
public ClusterEntryImpl()
public void setKey(Collection.Key key)
setKey
in interface ClusterEntry
key
- the key to setpublic void setTime(long time)
setTime
in interface ClusterEntry
time
- the time to setpublic void setValue(Serializable value)
setValue
in interface ClusterEntry
value
- the value to setpublic Collection.Key getKey()
getKey
in interface ClusterEntry
public Long getTimeRef()
getTimeRef
in interface ClusterEntry
public long getTime()
getTime
in interface ClusterEntry
public Serializable getValue()
getValue
in interface ClusterEntry
Copyright © 2015 Lucee