Uses of Interface
org.netbeans.mdr.persistence.btreeimpl.btreestorage.MDRCache.OverflowHandler

Packages that use MDRCache.OverflowHandler
org.netbeans.mdr.persistence.btreeimpl.btreestorage Together, the btreestorage and btreeindex packages provide the btree storage implementation for the NetBeans meta-data repository. 
 

Uses of MDRCache.OverflowHandler in org.netbeans.mdr.persistence.btreeimpl.btreestorage
 

Classes in org.netbeans.mdr.persistence.btreeimpl.btreestorage that implement MDRCache.OverflowHandler
 class BtreeDatabase
          This is the primary index for the btree implementation of Storage.
 

Constructors in org.netbeans.mdr.persistence.btreeimpl.btreestorage with parameters of type MDRCache.OverflowHandler
MDRCache(int size, MDRCache.OverflowHandler hndlr, int limit)
          Create the cache
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.