Skip navigation links
com.tangosol.net.cache
Class ReadWriteBackingMap.WriteQueue.Entry
java.lang.Object
com.tangosol.util.Base
com.tangosol.util.SimpleMapEntry
com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue.Entry
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map.Entry
- Enclosing class:
- ReadWriteBackingMap.WriteQueue
-
public class ReadWriteBackingMap.WriteQueue.Entry
- extends SimpleMapEntry
A queue entry that is scheduled to come out of the front of the queue no earlier than some specific point in time.
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. |
ReadWriteBackingMap.WriteQueue.Entry
public ReadWriteBackingMap.WriteQueue.Entry(java.lang.Object oKey)
- Construct an Entry with just a key.
- Parameters:
oKey
- an object for the key
getQueuedMillis
public long getQueuedMillis()
- Determine when the entry was added to the queue.
-
- Returns:
- the time at which the entry was added to the queue
setQueuedMillis
protected void setQueuedMillis(long lMillis)
- Specify when the entry was added to the queue. This property is immutable once set.
-
- Parameters:
lMillis
- the time when the entry was added
Skip navigation links
Copyright © 2000, 2009, Oracle. All rights reserved.