Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap.WriteQueue
-
Packages that use ReadWriteBackingMap.WriteQueue Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of ReadWriteBackingMap.WriteQueue in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return ReadWriteBackingMap.WriteQueue Modifier and Type Method Description ReadWriteBackingMap.WriteQueue
ReadWriteBackingMap. 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.WriteQueue Modifier and Type Method Description protected 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.
-