Project JXTA

Uses of Class
net.jxta.impl.xindice.core.data.Record

Packages that use Record
net.jxta.impl.cm   
net.jxta.impl.xindice.core.data   
net.jxta.impl.xindice.core.filer   
 

Uses of Record in net.jxta.impl.cm
 

Methods in net.jxta.impl.cm with parameters of type Record
static Set Indexer.readRecord(Record record)
           
static SrdiIndex.SrdiIndexRecord SrdiIndex.readRecord(Record record)
          Reads the content of a record into ArrayList
 

Uses of Record in net.jxta.impl.xindice.core.data
 

Methods in net.jxta.impl.xindice.core.data that return Record
 Record RecordSet.getNextRecord()
          getNextRecord returns the next Record in the set.
 

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

Methods in net.jxta.impl.xindice.core.filer that return Record
 Record BTreeFiler.readRecord(Key key)
           
 Record Filer.readRecord(Key key)
          readRecord returns a Record from the Filer based on the specified Key.
 Record MemFiler.readRecord(Key key)
           
 Record BTreeFiler.readRecord(long pos)
           
 Record Filer.readRecord(long pos)
          readRecord returns a Record from the Filer at the specified position.
 Record MemFiler.readRecord(long pos)
           
 


JXTA J2SE