| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and 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. 
 |