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
AxionException
public PidxList(org.apache.commons.collections.primitives.LongList list, java.io.File pidxFile, boolean readOnly) throws AxionException
AxionException
public void add(long dataFileOffset)
public void close() throws java.io.IOException
java.io.IOException
public void flush() throws java.io.IOException
java.io.IOException
public long get(int index)
public long set(int rowid, long dataFileOffset)
public int size()
public void writeAll() throws AxionException
AxionException