Xindice API

Uses of Package
org.apache.xindice.core.filer

Packages that use org.apache.xindice.core.filer
org.apache.xindice.core This is the top-level package for all Xindice Core functionality. 
org.apache.xindice.core.filer Defines the Xindice Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
org.apache.xindice.core.indexer Defines the Xindice Indexer interface and implements the IndexManager, and NodeIndexer classes. 
 

Classes in org.apache.xindice.core.filer used by org.apache.xindice.core
Filer
          Filer is the low-level file management interface for Xindice.
 

Classes in org.apache.xindice.core.filer used by org.apache.xindice.core.filer
BTree
          BTree represents a Variable Magnitude Simple-Prefix B+Tree File.
BTree.BTreeRootInfo
          BTreeRootInfo
BTreeCallback
          BTreeCallback is a callback interface for BTree queries.
BTreeException
          A BTreeException is thrown by the BTree if an exception occurs in the managing of the BTree.
Filer
          Filer is the low-level file management interface for Xindice.
FilerException
          A FilerException is thrown by a Filer if an exception occurs in the managing of the Filer.
Paged
          Paged is a paged file foundation that is used by both the BTree class and the HashFiler.
Paged.FileHeader
          FileHeader
Paged.PageHeader
          PageHeader
Streamable
          Streamable is an interface implemented by objects used by Filers and Indexers in order to serialize objects to and from IO streams.
 

Classes in org.apache.xindice.core.filer used by org.apache.xindice.core.indexer
BTree
          BTree represents a Variable Magnitude Simple-Prefix B+Tree File.
Paged
          Paged is a paged file foundation that is used by both the BTree class and the HashFiler.
Streamable
          Streamable is an interface implemented by objects used by Filers and Indexers in order to serialize objects to and from IO streams.
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation