|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.robot.index.ThickFastIn
public class ThickFastIn
Field Summary | |
---|---|
java.lang.String |
location
The directory where is the barrel stored. |
Constructor Summary | |
---|---|
ThickFastIn(java.lang.String location)
|
Method Summary | |
---|---|
void |
close()
Close the DB files. |
SequenceWithClose<DocumentData> |
getDocuments()
Return an enumeration containing stored metadata of documents. |
SequenceWithClose<IListReader> |
getILists()
Returns an enumeration of inverted lists. |
long |
length()
Return the number of active (not deleted) documents. |
void |
rewind()
Restart this BarrelReader so that the documents can be read again. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String location
Constructor Detail |
---|
public ThickFastIn(java.lang.String location) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public SequenceWithClose<DocumentData> getDocuments()
getDocuments
in interface BarrelReader
public SequenceWithClose<IListReader> getILists()
getILists
in interface BarrelReader
public long length()
length
in interface BarrelReader
public void close()
close
in interface BarrelReader
public void rewind() throws java.io.IOException
rewind
in interface BarrelReader
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |