public interface IIndexReader
Modifier and Type | Interface and Description |
---|---|
static interface |
IIndexReader.IOne2LongIndex
Index from object id to a long.
|
static interface |
IIndexReader.IOne2ManyIndex
Index from object id to several object ids.
|
static interface |
IIndexReader.IOne2ManyObjectsIndex
Index from object id to several object ids.
|
static interface |
IIndexReader.IOne2OneIndex
Index from object id to another int.
|
static interface |
IIndexReader.IOne2SizeIndex
Index from object id to size, stored compressed as an int.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the backing file.
|
void |
delete()
Delete the backing file.
|
int |
size()
Size of the index
|
void |
unload()
Clear the caches.
|
int size()
void unload() throws IOException
IOException
void close() throws IOException
IOException
void delete()