Package | Description |
---|---|
org.apache.activemq.store.kahadb | |
org.apache.kahadb.index | |
org.apache.kahadb.page |
Modifier and Type | Field and Description |
---|---|
protected PageFile |
TempMessageDatabase.pageFile |
protected PageFile |
MessageDatabase.pageFile |
Modifier and Type | Method and Description |
---|---|
PageFile |
TempMessageDatabase.getPageFile() |
PageFile |
MessageDatabase.getPageFile() |
Modifier and Type | Field and Description |
---|---|
protected PageFile |
ListIndex.pageFile |
Modifier and Type | Method and Description |
---|---|
PageFile |
BTreeIndex.getPageFile() |
PageFile |
HashIndex.getPageFile() |
PageFile |
ListIndex.getPageFile() |
Modifier and Type | Method and Description |
---|---|
void |
BTreeIndex.setPageFile(PageFile pageFile) |
void |
ListIndex.setPageFile(PageFile pageFile) |
Constructor and Description |
---|
BTreeIndex(PageFile pageFile,
long rootPageId) |
BTreeIndex(PageFile pageFile,
Page page) |
HashIndex(PageFile pageFile,
long pageId)
Constructor
|
ListIndex(PageFile pageFile,
long headPageId) |
ListIndex(PageFile pageFile,
Page page) |
Modifier and Type | Method and Description |
---|---|
PageFile |
Transaction.getPageFile() |
Copyright © 2005–2016. All rights reserved.