Class ConcurrentLinkedHashMap.RemovalTask
java.lang.Object
ConcurrentLinkedHashMap<K,V>.com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.AbstractTask
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.RemovalTask
- All Implemented Interfaces:
ConcurrentLinkedHashMap.Task
,Runnable
- Enclosing class:
ConcurrentLinkedHashMap<K,
V>
Removes a node from 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
-
RemovalTask
RemovalTask(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.
-