dbXML API

Uses of Class
org.dbxml.core.filer.Paged

Packages that use Paged
org.dbxml.core.filer Defines the dbXML Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
org.dbxml.core.indexer Defines the dbXML Indexer interface and implements the IndexManager, and NodeIndexer classes. 
 

Uses of Paged in org.dbxml.core.filer
 

Subclasses of Paged in org.dbxml.core.filer
 class BTree
          BTree represents a Variable Magnitude Simple-Prefix B+Tree File.
 class BTreeFiler
          BTreeFiler is a Filer implementation based on the BTree class.
 class HashFiler
          HashFiler is a Filer implementation based on the Paged class.
 

Constructors in org.dbxml.core.filer with parameters of type Paged
Paged.FileHeader()
           
Paged.FileHeader(long pageCount)
           
Paged.FileHeader(long pageCount, int pageSize)
           
Paged.FileHeader(boolean read)
           
Paged.PageHeader()
           
Paged.PageHeader(java.io.DataInputStream dis)
           
Paged.Page()
           
Paged.Page(long pageNum)
           
 

Uses of Paged in org.dbxml.core.indexer
 

Subclasses of Paged in org.dbxml.core.indexer
 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) 1999-2001 The dbXML Group, All rights reserved