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<Long> Indexer.readRecord(Record record)
           
static SrdiIndex.SrdiIndexRecord SrdiIndex.readRecord(Record record)
          Reads the content of a record into List
 

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 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 MemFiler.readRecord(long pos)
           
 Record Filer.readRecord(long pos)
          readRecord returns a Record from the Filer at the specified position.
 Record BTreeFiler.readRecord(long pos)
           
 

Constructor parameters in net.jxta.impl.xindice.core.filer with type arguments of type Record
MemFiler(Map<Key,Record> hashTable)
           
MemFiler(Map<Key,Record> hashTable, boolean readOnly)
           
 


JXSE