public static class IndexWriter.IntArray1NWriter extends Object
Constructor and Description |
---|
IntArray1NWriter(int size,
File indexFile) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
IIndexReader.IOne2ManyIndex |
flush() |
File |
getIndexFile() |
void |
log(IIndexReader.IOne2LongIndex identifier,
int index,
ArrayLong references) |
void |
log(IndexWriter.Identifier identifier,
int index,
ArrayLong references) |
void |
log(int index,
ArrayInt references)
must not contain duplicates!
|
void |
log(int index,
int[] values) |
public IntArray1NWriter(int size, File indexFile) throws IOException
IOException
public void log(IndexWriter.Identifier identifier, int index, ArrayLong references) throws IOException
IOException
public void log(IIndexReader.IOne2LongIndex identifier, int index, ArrayLong references) throws IOException
IOException
public void log(int index, ArrayInt references) throws IOException
IOException
public void log(int index, int[] values) throws IOException
IOException
public IIndexReader.IOne2ManyIndex flush() throws IOException
IOException
public void cancel()
public File getIndexFile()