Package | Description |
---|---|
org.apache.activemq.store.kahadb | |
org.apache.kahadb.index | |
org.apache.kahadb.page |
Modifier and Type | Method and Description |
---|---|
protected org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination |
MessageDatabase.getExistingStoredDestination(org.apache.activemq.store.kahadb.data.KahaDestination destination,
Transaction tx) |
protected org.apache.activemq.store.kahadb.TempMessageDatabase.StoredDestination |
TempMessageDatabase.getStoredDestination(org.apache.activemq.store.kahadb.data.KahaDestination destination,
Transaction tx) |
protected org.apache.activemq.store.kahadb.MessageDatabase.StoredDestination |
MessageDatabase.getStoredDestination(org.apache.activemq.store.kahadb.data.KahaDestination destination,
Transaction tx) |
protected void |
MessageDatabase.recoverIndex(Transaction tx) |
Modifier and Type | Method and Description |
---|---|
void |
BTreeIndex.clear(Transaction tx) |
void |
BTreeNode.clear(Transaction tx) |
void |
Index.clear(Transaction tx)
clear the index
|
void |
HashIndex.clear(Transaction tx) |
boolean |
BTreeNode.contains(Transaction tx,
Key key) |
boolean |
BTreeIndex.containsKey(Transaction tx,
Key key) |
boolean |
Index.containsKey(Transaction tx,
Key key) |
boolean |
HashIndex.containsKey(Transaction tx,
Key key) |
Value |
BTreeIndex.get(Transaction tx,
Key key) |
Value |
BTreeNode.get(Transaction tx,
Key key) |
Value |
Index.get(Transaction tx,
Key key) |
Value |
HashIndex.get(Transaction tx,
Key key) |
java.util.Map.Entry<Key,Value> |
BTreeIndex.getFirst(Transaction tx) |
java.util.Map.Entry<Key,Value> |
BTreeNode.getFirst(Transaction tx) |
BTreeNode<Key,Value> |
BTreeNode.getFirstLeafNode(Transaction tx) |
java.util.Map.Entry<Key,Value> |
BTreeIndex.getLast(Transaction tx) |
java.util.Map.Entry<Key,Value> |
BTreeNode.getLast(Transaction tx) |
int |
BTreeIndex.getMaxLeafDepth(Transaction tx) |
int |
BTreeNode.getMaxLeafDepth(Transaction tx,
int depth) |
int |
BTreeIndex.getMinLeafDepth(Transaction tx) |
int |
BTreeNode.getMinLeafDepth(Transaction tx,
int depth) |
boolean |
BTreeIndex.isEmpty(Transaction tx) |
boolean |
BTreeNode.isEmpty(Transaction tx) |
java.util.Iterator<java.util.Map.Entry<Key,Value>> |
BTreeIndex.iterator(Transaction tx) |
java.util.Iterator<java.util.Map.Entry<Key,Value>> |
BTreeNode.iterator(Transaction tx) |
java.util.Iterator<java.util.Map.Entry<Key,Value>> |
Index.iterator(Transaction tx) |
java.util.Iterator<java.util.Map.Entry<Key,Value>> |
HashIndex.iterator(Transaction tx) |
java.util.Iterator<java.util.Map.Entry<Key,Value>> |
BTreeIndex.iterator(Transaction tx,
Key initialKey) |
java.util.Iterator<java.util.Map.Entry<Key,Value>> |
BTreeNode.iterator(Transaction tx,
Key startKey) |
void |
BTreeIndex.load(Transaction tx) |
void |
Index.load(Transaction tx)
load indexes
|
void |
HashIndex.load(Transaction tx) |
void |
BTreeIndex.printStructure(Transaction tx,
java.io.OutputStream out) |
void |
BTreeIndex.printStructure(Transaction tx,
java.io.PrintWriter out) |
void |
BTreeNode.printStructure(Transaction tx,
java.io.PrintWriter out,
java.lang.String prefix) |
Value |
BTreeIndex.put(Transaction tx,
Key key,
Value value) |
Value |
BTreeNode.put(Transaction tx,
Key key,
Value value) |
Value |
Index.put(Transaction tx,
Key key,
Value entry)
store the key, item
|
Value |
HashIndex.put(Transaction tx,
Key key,
Value value) |
Value |
BTreeIndex.remove(Transaction tx,
Key key) |
Value |
BTreeNode.remove(Transaction tx,
Key key) |
Value |
Index.remove(Transaction tx,
Key key)
remove the index key
|
Value |
HashIndex.remove(Transaction tx,
Key key) |
int |
HashIndex.size(Transaction tx) |
void |
HashIndex.store(Transaction tx,
org.apache.kahadb.index.HashBin<Key,Value> bin) |
void |
BTreeIndex.unload(Transaction tx) |
void |
Index.unload(Transaction tx)
unload indexes
|
void |
HashIndex.unload(Transaction tx) |
void |
BTreeIndex.visit(Transaction tx,
BTreeVisitor<Key,Value> visitor) |
void |
BTreeNode.visit(Transaction tx,
BTreeVisitor<Key,Value> visitor) |
Modifier and Type | Method and Description |
---|---|
Transaction |
PageFile.tx() |
Modifier and Type | Method and Description |
---|---|
void |
Transaction.Closure.execute(Transaction tx) |
R |
Transaction.CallableClosure.execute(Transaction tx) |
Copyright © 2005-2012. All Rights Reserved.