fabric.worker.transaction
Class ReadMapEntry

java.lang.Object
  extended by fabric.worker.transaction.ReadMapEntry

public final class ReadMapEntry
extends java.lang.Object


Method Summary
 boolean depin()
          Decrements pin count by 1 and does garbage collection if possible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

depin

public boolean depin()
Decrements pin count by 1 and does garbage collection if possible.

Returns:
whether the entry was removed from the read map.