dbXML API

Uses of Class
com.dbxml.db.common.btree.Paged

Packages that use Paged
com.dbxml.db.common.btree Defines the dbXML BTree implementation as well as the low-level Paged file system. 
com.dbxml.db.common.fulltext Defines the dbXML Full Text Indexer and a basic QueryResolver for Full Text retrieval. 
com.dbxml.db.common.indexers Defines the dbXML standard Indexer implementations which consist of NameIndexer and ValueIndexer. 
 

Uses of Paged in com.dbxml.db.common.btree
 

Subclasses of Paged in com.dbxml.db.common.btree
 class BTree
          BTree represents a Variable Magnitude Simple-Prefix B+Tree File.
 class BTreeFiler
          BTreeFiler is a Filer implementation based on the BTree class.
 

Uses of Paged in com.dbxml.db.common.fulltext
 

Subclasses of Paged in com.dbxml.db.common.fulltext
 class FullTextIndexer
          FullTextIndexer is a full text search implementation of the Indexer interface.
 

Uses of Paged in com.dbxml.db.common.indexers
 

Subclasses of Paged in com.dbxml.db.common.indexers
 class NameIndexer
          NameIndexer is a basic implementation of the Indexer interface.
 class ValueIndexer
          ValueIndexer is a basic implementation of the Indexer interface.
 


dbXML API

Copyright (c) 2004 The dbXML Group