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

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

Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return CachedPage
 CachedPage[] FileCache.getPages(int fileidx, int first, int size)
          Get the pages which contain the desired bytes from the file This implicitly pins these pages.
 CachedPage FileCache.getPage(int fileidx, int pageNum)
          Get the single page at the desired offset into the file This implicitly pins that pages.
 

Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage with parameters of type CachedPage
 void FileCache.unpin(CachedPage[] pages)
          unpin a set of pages.
 void FileCache.unpin(CachedPage page)
          unpin a page.
 void FileCache.setWritable(CachedPage page)
          Make the specified page writable.
 void FileCache.setWritable(CachedPage[] pages)
          Make the specified pages writable.
 void CachedPageInputStream.addPage(CachedPage pg, int offst, int len)
          Add a page to the stream
 



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