public static class IndexWriter.InboundWriter extends Object
Constructor and Description |
---|
IndexWriter.InboundWriter(int size,
File indexFile) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
close() |
IIndexReader.IOne2ManyObjectsIndex |
flush(IProgressListener monitor,
IndexWriter.KeyWriter keyWriter) |
File |
getIndexFile() |
void |
log(int objectIndex,
int refIndex,
boolean isPseudo) |
public IndexWriter.InboundWriter(int size, File indexFile) throws IOException
IOException
public void log(int objectIndex, int refIndex, boolean isPseudo) throws IOException
IOException
public IIndexReader.IOne2ManyObjectsIndex flush(IProgressListener monitor, IndexWriter.KeyWriter keyWriter) throws IOException
IOException
public void cancel()
public void close() throws IOException
IOException
public File getIndexFile()