|
Project JXTA | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 SrdiIndex.SrdiIndexRecord |
SrdiIndex.readRecord(Record record)
Reads the content of a record into ArrayList |
static Set |
Indexer.readRecord(Record record)
|
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 |
MemFiler.readRecord(long pos)
|
Record |
Filer.readRecord(Key key)
readRecord returns a Record from the Filer based on the specified Key. |
Record |
Filer.readRecord(long pos)
readRecord returns a Record from the Filer at the specified position. |
Record |
BTreeFiler.readRecord(Key key)
|
Record |
BTreeFiler.readRecord(long pos)
|
|
JXTA J2SE | ||||||||||
PREV NEXT | FRAMES NO FRAMES |