|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.internal.core.index.IndexOutput
public abstract class IndexOutput
An indexOutput is used to write an index into a different object (a File, ...).
Constructor Summary | |
---|---|
IndexOutput()
|
Method Summary | |
---|---|
abstract void |
addFile(IndexedFile file)
Adds a File to the destination. |
abstract void |
addWord(WordEntry word)
Adds a word to the destination. |
abstract void |
close()
Closes the output, releasing the resources it was using. |
abstract void |
flush()
Flushes the output. |
abstract java.lang.Object |
getDestination()
Returns the Object the output is writing to. |
abstract void |
open()
Opens the output, before writing any information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexOutput()
Method Detail |
---|
public abstract void addFile(IndexedFile file) throws java.io.IOException
java.io.IOException
public abstract void addWord(WordEntry word) throws java.io.IOException
java.io.IOException
public abstract void close() throws java.io.IOException
java.io.IOException
public abstract void flush() throws java.io.IOException
java.io.IOException
public abstract java.lang.Object getDestination()
public abstract void open() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |