Uses of Class
org.netbeans.mdr.persistence.btreeimpl.btreestorage.BtreeStorage

Packages that use BtreeStorage
org.netbeans.mdr.persistence.btreeimpl.btreeindex Together, the btreestorage and btreeindex packages provide the btree storage implementation for the NetBeans meta-data repository. 
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 BtreeStorage in org.netbeans.mdr.persistence.btreeimpl.btreeindex
 

Fields in org.netbeans.mdr.persistence.btreeimpl.btreeindex declared as BtreeStorage
protected  BtreeStorage Btree.storage
           
 

Methods in org.netbeans.mdr.persistence.btreeimpl.btreeindex that return BtreeStorage
 BtreeStorage BtreeCacheSource.getStorage()
           
 BtreeStorage BtreePageSource.getStorage()
           
 

Constructors in org.netbeans.mdr.persistence.btreeimpl.btreeindex with parameters of type BtreeStorage
BtreeCacheSource(MDRCache cache, int pageSize, BtreeStorage storage)
           
 

Uses of BtreeStorage in org.netbeans.mdr.persistence.btreeimpl.btreestorage
 

Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return BtreeStorage
 BtreeStorage BtreeMDRSource.getStorage()
           
 BtreeStorage BtreeFileSource.getStorage()
           
 

Constructors in org.netbeans.mdr.persistence.btreeimpl.btreestorage with parameters of type BtreeStorage
MofidIndex(BtreeStorage storage)
          Create a new MofidIndex
BtreeMDRSource(BtreeStorage storage, int pageSize)
           
BtreeFileSource(int fileId, FileCache fileCache, int pageSize, boolean isNew, MofidGenerator mGen, BtreeStorage storage)
          Constructor for a BtreeFileSource from a new or existing index file.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.