public static class IndexWriter.LongArray1NWriter extends Object
| Constructor and Description |
|---|
LongArray1NWriter(int size,
File indexFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
flush() |
File |
getIndexFile() |
void |
log(int index,
long[] values) |
public LongArray1NWriter(int size,
File indexFile)
throws IOException
IOExceptionpublic void log(int index,
long[] values)
throws IOException
IOExceptionpublic void flush()
throws IOException
IOExceptionpublic void cancel()
public File getIndexFile()