public class AxionFileSystem.PidxList
extends java.lang.Object
| Constructor and Description |
|---|
PidxList(int count,
java.io.File pidxFile,
boolean readOnly) |
PidxList(org.apache.commons.collections.primitives.LongList list,
java.io.File pidxFile,
boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long dataFileOffset) |
void |
close() |
void |
flush() |
long |
get(int index) |
long |
set(int rowid,
long dataFileOffset) |
int |
size() |
void |
writeAll() |
public PidxList(int count,
java.io.File pidxFile,
boolean readOnly)
throws AxionException
AxionExceptionpublic PidxList(org.apache.commons.collections.primitives.LongList list,
java.io.File pidxFile,
boolean readOnly)
throws AxionException
AxionExceptionpublic void add(long dataFileOffset)
public void close()
throws java.io.IOException
java.io.IOExceptionpublic void flush()
throws java.io.IOException
java.io.IOExceptionpublic long get(int index)
public long set(int rowid,
long dataFileOffset)
public int size()
public void writeAll()
throws AxionException
AxionException