| Package | Description |
|---|---|
| org.netbeans.mdr.persistence.btreeimpl.btreestorage |
Together, the btreestorage and btreeindex packages provide the btree storage
implementation for the NetBeans meta-data repository.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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-2012 Apache Software Foundation. All Rights Reserved.