|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use 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. |
Uses of Filer in org.apache.xindice.core |
Methods in org.apache.xindice.core that return Filer | |
Filer |
Collection.getFiler()
getFiler returns the low-level Filer instances underlying the Collection instance. |
Uses of Filer in org.apache.xindice.core.filer |
Classes in org.apache.xindice.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 Xindice. |
class |
HashFiler
HashFiler is a Filer implementation based on the Paged class. |
class |
MemFiler
MemFiler is an In-Memory Filer implementation for Xindice. |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |