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.
|
int size()
void unload() throws IOException
IOException
void close() throws IOException
IOException
void delete()