org.neo4j.kernel.impl.cache
Class SoftReferenceQueue<K,V>

java.lang.Object
  extended by java.lang.ref.ReferenceQueue<SoftValue>
      extended by org.neo4j.kernel.impl.cache.SoftReferenceQueue<K,V>

public class SoftReferenceQueue<K,V>
extends ReferenceQueue<SoftValue>


Constructor Summary
SoftReferenceQueue()
           
 
Method Summary
 SoftValue<K,V> safePoll()
           
 
Methods inherited from class java.lang.ref.ReferenceQueue
poll, remove, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftReferenceQueue

public SoftReferenceQueue()
Method Detail

safePoll

public SoftValue<K,V> safePoll()


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.