Xindice API

Uses of Interface
org.apache.xindice.core.data.RecordSet

Packages that use RecordSet
org.apache.xindice.core.data Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet. 
org.apache.xindice.core.filer Defines the Xindice Filer interface and implements several Filers, including BTreeFiler and HashFiler. 
 

Uses of RecordSet in org.apache.xindice.core.data
 

Classes in org.apache.xindice.core.data that implement RecordSet
 class EmptyRecordSet
          EmptyRecordSet implements an empty RecordSet.
 

Uses of RecordSet in org.apache.xindice.core.filer
 

Methods in org.apache.xindice.core.filer that return RecordSet
 RecordSet MemFiler.getRecordSet()
           
 RecordSet Filer.getRecordSet()
          getRecordSet returns a RecordSet object for the current Filer.
 RecordSet BTreeFiler.getRecordSet()
           
 RecordSet HashFiler.getRecordSet()
           
 RecordSet FSFiler.getRecordSet()
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation