Class ConcurrentLinkedHashMap.ReadTask

java.lang.Object
ConcurrentLinkedHashMap<K,V>.com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.AbstractTask
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.ReadTask
All Implemented Interfaces:
ConcurrentLinkedHashMap.Task, Runnable
Direct Known Subclasses:
ConcurrentLinkedHashMap.UpdateTask
Enclosing class:
ConcurrentLinkedHashMap<K,V>

class ConcurrentLinkedHashMap.ReadTask extends ConcurrentLinkedHashMap<K,V>.AbstractTask
Updates the node's location in the page replacement policy.