|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexReader
Interfaces for reading various indexes into the snapshot.
Nested Class Summary | |
---|---|
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. |
Method Summary | |
---|---|
void |
close()
Close the backing file. |
void |
delete()
Delete the backing file. |
int |
size()
Size of the index |
void |
unload()
Clear the caches. |
Method Detail |
---|
int size()
void unload() throws IOException
IOException
void close() throws IOException
IOException
void delete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |