org.archive.util
Class CachedBdbMap.LowMemoryCanary

java.lang.Object
  extended by org.archive.util.CachedBdbMap.LowMemoryCanary
Enclosing class:
CachedBdbMap<K,V>

protected class CachedBdbMap.LowMemoryCanary
extends java.lang.Object


Constructor Summary
protected CachedBdbMap.LowMemoryCanary()
           
 
Method Summary
 void finalize()
          When collected/finalized -- as should be expected in low-memory conditions -- trigger an expunge and a new 'canary' insertion.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedBdbMap.LowMemoryCanary

protected CachedBdbMap.LowMemoryCanary()
Method Detail

finalize

public void finalize()
When collected/finalized -- as should be expected in low-memory conditions -- trigger an expunge and a new 'canary' insertion.

Overrides:
finalize in class java.lang.Object


Copyright © 2003-2011 Internet Archive. All Rights Reserved.