| java.lang.Object com.db4o.internal.PersistentBase com.db4o.internal.btree.BTree
All known Subclasses: com.db4o.internal.freespace.FreespaceBTree,
Method Summary | |
public void | add(Transaction trans, Object key) | void | addNode(BTreeNode node) | void | addToProcessing(BTreeNode node) | public Iterator4 | allNodeIds(Transaction systemTrans) | public BTreeRange | asRange(Transaction trans) | protected boolean | canEnlistWithTransaction() | public void | commit(Transaction trans) | public void | commitNodes(Transaction trans) | public int | compareKeys(Object key1, Object key2) | public BTree | debugLoadFully(Transaction trans) | public void | defragBTree(DefragContext context) | public void | defragIndex(BufferPair readers) | public void | defragIndexNode(BufferPair readers) | public void | dispose(Transaction transaction) | public BTreePointer | firstPointer(Transaction trans) | public void | free(Transaction systemTrans) | public byte | getIdentifier() | public Indexable4 | keyHandler() | public BTreePointer | lastPointer(Transaction trans) | public int | nodeSize() | void | notifyRemoveListener(Object obj) | public int | ownLength() | BTreeNode | produceNode(int id) | public void | readThis(Transaction a_trans, Buffer a_reader) | public void | remove(Transaction trans, Object key) | void | removeNode(BTreeNode node) | public void | rollback(Transaction trans) | public BTreeNode | root() | public BTreeRange | search(Transaction trans, Object key) | public BTreeNodeSearchResult | searchLeaf(Transaction trans, Object key, SearchTarget target) | public void | setRemoveListener(Visitor4 vis) | public int | size(Transaction trans) | public void | sizeChanged(Transaction trans, int changeBy) | public String | toString() | public void | traverseKeys(Transaction trans, Visitor4 visitor) | public void | writeThis(Transaction trans, Buffer a_writer) |
_halfNodeSize | int _halfNodeSize(Code) | | |
canEnlistWithTransaction | protected boolean canEnlistWithTransaction()(Code) | | |
getIdentifier | public byte getIdentifier()(Code) | | |
nodeSize | public int nodeSize()(Code) | | |
notifyRemoveListener | void notifyRemoveListener(Object obj)(Code) | | |
ownLength | public int ownLength()(Code) | | |
|
|