Uses of Class
org.netbeans.mdr.persistence.btreeimpl.btreeindex.BigKeyPage

Packages that use BigKeyPage
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 BigKeyPage in org.netbeans.mdr.persistence.btreeimpl.btreeindex
 

Methods in org.netbeans.mdr.persistence.btreeimpl.btreeindex that return BigKeyPage
 BigKeyPage BtreePageSource.newBigKeyPage(Btree btree)
          Creates a new oversize-key page and returns it.
 BigKeyPage BtreeCacheSource.newBigKeyPage(Btree btree)
           
 

Methods in org.netbeans.mdr.persistence.btreeimpl.btreeindex with parameters of type BigKeyPage
 void BtreePageSource.unpinPage(BigKeyPage page)
          Notify the BtreePageSource that the caller is done using this page.
 void BtreeCacheSource.unpinPage(BigKeyPage page)
           
 

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

Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return BigKeyPage
 BigKeyPage BtreeFileSource.newBigKeyPage(Btree btree)
          Returns a newly allocated BigKeyPage.
 BigKeyPage BtreeMDRSource.newBigKeyPage(Btree btree)
           
 

Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage with parameters of type BigKeyPage
 void BtreeFileSource.unpinPage(BigKeyPage page)
           
 void BtreeMDRSource.unpinPage(BigKeyPage page)
           
 



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