dbXML API

Package com.dbxml.db.common.btree

Defines the dbXML BTree implementation as well as the low-level Paged file system.

See:
          Description

Interface Summary
BTreeCallback BTreeCallback is a callback interface for BTree queries.
PageFilter PageFilter implements a global Page filter for the database.
 

Class Summary
BTree BTree represents a Variable Magnitude Simple-Prefix B+Tree File.
BTreeFiler BTreeFiler is a Filer implementation based on the BTree class.
Paged Paged is a paged file foundation that is used by both the BTree class and the ValueIndexer.
PageFilterService PageFilterService
 

Exception Summary
BTreeCorruptException A BTreeCorruptException is thrown by the BTree if the BTree appears to be corrupted in some way.
BTreeException A BTreeException is thrown by the BTree if an exception occurs in the managing of the BTree.
BTreeNotFoundException A BTreeNotFoundException is thrown by the BTree if a Value can't be found in the BTree.
 

Package com.dbxml.db.common.btree Description

Defines the dbXML BTree implementation as well as the low-level Paged file system.


dbXML API

Copyright (c) 2004 The dbXML Group