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>
Updates the node's location in the page replacement policy.
-
Field Summary
FieldsFields inherited from class com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.AbstractTask
order, task
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.AbstractTask
getNext, getOrder, setNext
-
Field Details
-
node
-
-
Constructor Details
-
ReadTask
ReadTask(ConcurrentLinkedHashMap<K, V>.Node node)
-
-
Method Details
-
run
public void run() -
isWrite
public boolean isWrite()Description copied from interface:ConcurrentLinkedHashMap.Task
If the task represents an add, modify, or remove operation.
-