Uses of Class
org.apache.kahadb.page.PageFile

Packages that use PageFile
org.apache.kahadb.index   
org.apache.kahadb.page   
 

Uses of PageFile in org.apache.kahadb.index
 

Methods in org.apache.kahadb.index that return PageFile
 PageFile HashIndex.getPageFile()
           
 PageFile BTreeIndex.getPageFile()
           
 

Methods in org.apache.kahadb.index with parameters of type PageFile
 void BTreeIndex.setPageFile(PageFile pageFile)
           
 

Constructors in org.apache.kahadb.index with parameters of type PageFile
BTreeIndex(PageFile pageFile, long rootPageId)
           
BTreeIndex(PageFile pageFile, Page page)
           
HashIndex(PageFile pageFile, long pageId)
          Constructor
 

Uses of PageFile in org.apache.kahadb.page
 

Methods in org.apache.kahadb.page that return PageFile
 PageFile Transaction.getPageFile()
           
 



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.