|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.robot.index.TermsFastWriter
public class TermsFastWriter
TermsFastWriter implements a writer of the structure that is described in
Terms.
| Constructor Summary | |
|---|---|
TermsFastWriter(java.lang.String location)
Constructor for the TermsFastWriter object. |
|
| Method Summary | |
|---|---|
boolean |
addElement(IListMetadataWrite obj)
Appends the given element with the given key to the structure. |
void |
close()
Flush all open buffers and close the files of the data structure. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TermsFastWriter(java.lang.String location)
throws java.io.IOException
location - the directory to store the data
structure in
java.io.IOException - if an I/O error occurs
java.io.IOException - if an I/O error occurs| Method Detail |
|---|
public boolean addElement(IListMetadataWrite obj)
obj - the element.
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||