|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.util.SimpleMapEntry
com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue.Entry
public class ReadWriteBackingMap.WriteQueue.Entry
A queue entry that is scheduled to come out of the front of the queue no earlier than some specific point in time.
Field Summary |
---|
Fields inherited from class com.tangosol.util.SimpleMapEntry |
---|
m_oKey, m_oValue |
Constructor Summary | |
---|---|
ReadWriteBackingMap.WriteQueue.Entry(Object oKey)
Construct an Entry with just a key. |
Method Summary | |
---|---|
long |
getQueuedMillis()
Determine when the entry was added to the queue. |
protected void |
setQueuedMillis(long lMillis)
Specify when the entry was added to the queue. |
Methods inherited from class com.tangosol.util.SimpleMapEntry |
---|
clone, equals, getKey, getValue, hashCode, setValue, toString |
Constructor Detail |
---|
public ReadWriteBackingMap.WriteQueue.Entry(Object oKey)
oKey
- an object for the keyMethod Detail |
---|
public long getQueuedMillis()
protected void setQueuedMillis(long lMillis)
lMillis
- the time when the entry was added
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |