public interface ClusterEntry extends Serializable
Modifier and Type | Method and Description |
---|---|
Collection.Key |
getKey() |
long |
getTime() |
Long |
getTimeRef() |
Serializable |
getValue() |
void |
setKey(Collection.Key key) |
void |
setTime(long time) |
void |
setValue(Serializable value) |
void setKey(Collection.Key key)
key
- the key to setvoid setTime(long time)
time
- the time to setvoid setValue(Serializable value)
value
- the value to setCollection.Key getKey()
Long getTimeRef()
long getTime()
Serializable getValue()
Copyright © 2015 Lucee