|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BTree | |
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 BTree in org.dbxml.core.filer |
Subclasses of BTree in org.dbxml.core.filer | |
class |
BTreeFiler
BTreeFiler is a Filer implementation based on the BTree class. |
Constructors in org.dbxml.core.filer with parameters of type BTree | |
BTree.BTreeRootInfo(BTree.BTreeRootInfo parent,
java.lang.String name,
long page)
|
|
BTree.BTreeRootInfo(BTree.BTreeRootInfo parent,
Value name,
long page)
|
|
BTree.BTreeRootInfo(java.lang.String name,
long page)
|
|
BTree.BTreeRootInfo(Value name,
long page)
|
Uses of BTree in org.dbxml.core.indexer |
Subclasses of BTree 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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |