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.WriteQueueReadWriteBackingMap.instantiateWriteQueue()Factory pattern: Instantiate a new WriteQueue object.Methods in com.tangosol.net.cache with parameters of type ReadWriteBackingMap.WriteQueueModifier and TypeMethodDescriptionprotected longReadWriteBackingMap.StoreWrapper.calculateRequeueDelay(ReadWriteBackingMap.WriteQueue queue) Calculate the requeue delay after a store operation failed.protected voidReadWriteBackingMap.flush(ReadWriteBackingMap.WriteQueue queue, ReadWriteBackingMap.StoreWrapper store) Flush the write-behind queue, writing everything immediately.protected booleanReadWriteBackingMap.StoreWrapper.requeue(ReadWriteBackingMap.WriteQueue queue, int cThreshold, ReadWriteBackingMap.Entry entry) Requeue the specified entry.