Uses of Class
org.apache.activemq.store.kahadb.disk.page.PageFile
-
Packages that use PageFile Package Description org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.disk.index org.apache.activemq.store.kahadb.disk.page -
-
Uses of PageFile in org.apache.activemq.store.kahadb
Fields in org.apache.activemq.store.kahadb declared as PageFile Modifier and Type Field Description protected PageFileAbstractKahaDBStore. pageFileprotected PageFileMessageDatabase. pageFileprotected PageFileTempMessageDatabase. pageFileMethods in org.apache.activemq.store.kahadb that return PageFile Modifier and Type Method Description protected PageFileAbstractKahaDBStore. createPageFile()Create the PageFile instance and configure it using the configuration options currently set.PageFileAbstractKahaDBStore. getPageFile()PageFileMessageDatabase. getPageFile()PageFileTempMessageDatabase. getPageFile() -
Uses of PageFile in org.apache.activemq.store.kahadb.disk.index
Fields in org.apache.activemq.store.kahadb.disk.index declared as PageFile Modifier and Type Field Description protected PageFileListIndex. pageFileMethods in org.apache.activemq.store.kahadb.disk.index that return PageFile Modifier and Type Method Description PageFileBTreeIndex. getPageFile()PageFileHashIndex. getPageFile()PageFileListIndex. getPageFile()Methods in org.apache.activemq.store.kahadb.disk.index with parameters of type PageFile Modifier and Type Method Description voidBTreeIndex. setPageFile(PageFile pageFile)voidListIndex. setPageFile(PageFile pageFile)Constructors in org.apache.activemq.store.kahadb.disk.index with parameters of type PageFile Constructor Description BTreeIndex(PageFile pageFile, long rootPageId)BTreeIndex(PageFile pageFile, Page page)HashIndex(PageFile pageFile, long pageId)ConstructorListIndex(PageFile pageFile, long headPageId)ListIndex(PageFile pageFile, Page page) -
Uses of PageFile in org.apache.activemq.store.kahadb.disk.page
Methods in org.apache.activemq.store.kahadb.disk.page that return PageFile Modifier and Type Method Description PageFileTransaction. getPageFile()
-