public static class IndexWriter.InboundWriter extends Object
| Constructor and Description |
|---|
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 InboundWriter(int size,
File indexFile)
throws IOException
IOExceptionpublic void log(int objectIndex,
int refIndex,
boolean isPseudo)
throws IOException
IOExceptionpublic IIndexReader.IOne2ManyObjectsIndex flush(IProgressListener monitor, IndexWriter.KeyWriter keyWriter) throws IOException
IOExceptionpublic void cancel()
public void close()
throws IOException
IOExceptionpublic File getIndexFile()