Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
Packages that use ReadWriteBackingMap.WriteQueue
-
Uses of ReadWriteBackingMap.WriteQueue in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return ReadWriteBackingMap.WriteQueueModifier 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.Methods in com.tangosol.net.cache with parameters of type ReadWriteBackingMap.WriteQueueModifier 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.