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

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

public class WeakReferenceQueue<K,V>
extends ReferenceQueue<WeakValue>


Constructor Summary
WeakReferenceQueue()
           
 
Method Summary
 WeakValue<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

WeakReferenceQueue

public WeakReferenceQueue()
Method Detail

safePoll

public WeakValue<K,V> safePoll()


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