Uses of Class
org.apache.activemq.store.kahadb.disk.page.PageFile
Packages that use PageFile
Package
Description
-
Uses of PageFile in org.apache.activemq.store.kahadb
Fields in org.apache.activemq.store.kahadb declared as PageFileModifier and TypeFieldDescriptionprotected PageFileAbstractKahaDBStore.pageFileprotected PageFileMessageDatabase.pageFileprotected PageFileTempMessageDatabase.pageFileMethods in org.apache.activemq.store.kahadb that return PageFileModifier and TypeMethodDescriptionprotected PageFileAbstractKahaDBStore.createPageFile()Create the PageFile instance and configure it using the configuration options currently set.AbstractKahaDBStore.getPageFile()MessageDatabase.getPageFile()TempMessageDatabase.getPageFile() -
Uses of PageFile in org.apache.activemq.store.kahadb.disk.index
Fields in org.apache.activemq.store.kahadb.disk.index declared as PageFileMethods in org.apache.activemq.store.kahadb.disk.index that return PageFileModifier and TypeMethodDescriptionBTreeIndex.getPageFile()HashIndex.getPageFile()ListIndex.getPageFile()Methods in org.apache.activemq.store.kahadb.disk.index with parameters of type PageFileModifier and TypeMethodDescriptionvoidBTreeIndex.setPageFile(PageFile pageFile) voidListIndex.setPageFile(PageFile pageFile) Constructors in org.apache.activemq.store.kahadb.disk.index with parameters of type PageFile -
Uses of PageFile in org.apache.activemq.store.kahadb.disk.page
Methods in org.apache.activemq.store.kahadb.disk.page that return PageFile