|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for objects that interact with indexes.
Method Summary | |
long |
addItem(ManagedIndexItem item)
Add an IndexItem to the index. |
StoredIndex |
getIndex()
Get the index which this is doing I/O for. |
ManagedIndexItem |
getItem(Position position,
boolean withData)
Get the item |
Method Detail |
public StoredIndex getIndex()
public ManagedIndexItem getItem(Position position, boolean withData) throws java.io.IOException
position
- the position of the index item to getwithData
- read the data for this IndexItem if withData is true,
the data needs to be read at a later time, otherwise
java.io.IOException
public long addItem(ManagedIndexItem item) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |