|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
CachedPageInputStream.addPage(CachedPage pg,
int offst,
int len)
Add a page to the stream |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |