|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for storing/extracting indexes. Map keys to index entries.
| Nested Class Summary | |
static class |
Index.IndexEntry
Store information about entry location. |
static class |
Index.StringIndexEntry
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Field Summary | |
static java.lang.String |
DEFAULT_INDEX_NAME
|
| Method Summary | |
void |
close()
Release all resources. |
java.io.File |
getIndexFile()
Returns index file. |
boolean |
isValid()
Check is this index valid. |
java.util.Iterator |
nodeIterator(Key key)
|
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Field Detail |
public static final java.lang.String DEFAULT_INDEX_NAME
| Method Detail |
public java.util.Iterator nodeIterator(Key key)
java.lang.Exception
public void close()
throws java.lang.Exception
java.lang.Exceptionpublic boolean isValid()
true if index valid, false otherwise.public java.io.File getIndexFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||