Xindice API

Uses of Class
org.apache.xindice.core.data.Record

Packages that use Record
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 Record in org.apache.xindice.core.data
 

Methods in org.apache.xindice.core.data that return Record
 Record RecordSet.getNextRecord()
          getNextRecord returns the next Record in the set.
 Record EmptyRecordSet.getNextRecord()
           
 

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

Methods in org.apache.xindice.core.filer that return Record
 Record MemFiler.readRecord(Key key)
           
 Record Filer.readRecord(Key key)
          readRecord returns a Record from the Filer based on the specified Key.
 Record BTreeFiler.readRecord(Key key)
           
 Record HashFiler.readRecord(Key key)
           
 Record FSFiler.readRecord(Key key)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation