Project JXTA

Uses of Interface
net.jxta.impl.xindice.core.DBObject

Packages that use DBObject
net.jxta.impl.xindice.core.filer   
net.jxta.impl.xindice.core.indexer   
 

Uses of DBObject in net.jxta.impl.xindice.core.filer
 

Subinterfaces of DBObject in net.jxta.impl.xindice.core.filer
 interface Filer
          Filer is the low-level file management interface for Xindice.
 

Classes in net.jxta.impl.xindice.core.filer that implement DBObject
 class BTreeFiler
          BTreeFiler is a Filer implementation based on the BTree class.
 class MemFiler
          MemFiler is an In-Memory Filer implementation for Xindice.
 

Uses of DBObject in net.jxta.impl.xindice.core.indexer
 

Subinterfaces of DBObject in net.jxta.impl.xindice.core.indexer
 interface Indexer
          Indexer is the abstract indexing interface for Xindice.
 

Classes in net.jxta.impl.xindice.core.indexer that implement DBObject
 class NameIndexer
          NameIndexer is a basic implementation of the Indexer interface.
 


JXTA J2SE