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.getPage(int fileidx, int pageNum)
          Get the single page at the desired offset into the file This implicitly pins that pages.
 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.
 

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



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