|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
BtreeCacheSource.newBigKeyPage(Btree btree)
|
BigKeyPage |
BtreePageSource.newBigKeyPage(Btree btree)
Creates a new oversize-key page and returns it. |
Methods in org.netbeans.mdr.persistence.btreeimpl.btreeindex with parameters of type BigKeyPage | |
---|---|
void |
BtreeCacheSource.unpinPage(BigKeyPage page)
|
void |
BtreePageSource.unpinPage(BigKeyPage page)
Notify the BtreePageSource that the caller is done using this page. |
Uses of BigKeyPage in org.netbeans.mdr.persistence.btreeimpl.btreestorage |
---|
Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage that return BigKeyPage | |
---|---|
BigKeyPage |
BtreeMDRSource.newBigKeyPage(Btree btree)
|
BigKeyPage |
BtreeFileSource.newBigKeyPage(Btree btree)
Returns a newly allocated BigKeyPage. |
Methods in org.netbeans.mdr.persistence.btreeimpl.btreestorage with parameters of type BigKeyPage | |
---|---|
void |
BtreeMDRSource.unpinPage(BigKeyPage page)
|
void |
BtreeFileSource.unpinPage(BigKeyPage page)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |