dbXML API

Uses of Interface
org.dbxml.core.filer.Filer

Packages that use Filer
org.dbxml.core This is the top-level package for all dbXML Core functionality. 
org.dbxml.core.filer Defines the dbXML Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
 

Uses of Filer in org.dbxml.core
 

Methods in org.dbxml.core that return Filer
 Filer Collection.getFiler()
          getFiler returns the low-level Filer instances underlying the Collection instance.
 

Uses of Filer in org.dbxml.core.filer
 

Classes in org.dbxml.core.filer that implement Filer
 class BTreeFiler
          BTreeFiler is a Filer implementation based on the BTree class.
 class FSFiler
          FSFiler allows you to use existing file systems withing dbXML.
 class HashFiler
          HashFiler is a Filer implementation based on the Paged class.
 class MemFiler
          MemFiler is an In-Memory Filer implementation for dbXML.
 


dbXML API

Copyright (c) 1999-2001 The dbXML Group, All rights reserved