Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
-
Uses of ReadWriteBackingMap.WriteQueue in com.tangosol.net.cache
Modifier and TypeMethodDescriptionReadWriteBackingMap.getWriteQueue()
Get the queue of entries that are yet to be written.protected ReadWriteBackingMap.WriteQueue
ReadWriteBackingMap.instantiateWriteQueue()
Factory pattern: Instantiate a new WriteQueue object.Modifier and TypeMethodDescriptionprotected long
ReadWriteBackingMap.StoreWrapper.calculateRequeueDelay
(ReadWriteBackingMap.WriteQueue queue) Calculate the requeue delay after a store operation failed.protected void
ReadWriteBackingMap.flush
(ReadWriteBackingMap.WriteQueue queue, ReadWriteBackingMap.StoreWrapper store) Flush the write-behind queue, writing everything immediately.protected boolean
ReadWriteBackingMap.StoreWrapper.requeue
(ReadWriteBackingMap.WriteQueue queue, int cThreshold, ReadWriteBackingMap.Entry entry) Requeue the specified entry.