|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Checkpoint type.public interface Store<T>
A store is the combination of a Lucene directory and a checkpoint.
| Method Summary | |
|---|---|
T |
getCheckpoint()
Returns the current checkpoint. |
void |
setCheckpoint(T checkpoint)
Sets the current checkpoint. |
| Methods inherited from interface net.sf.lucis.core.DirectoryProvider |
|---|
getDirectory, getVersion |
| Method Detail |
|---|
T getCheckpoint()
throws StoreException
StoreException
void setCheckpoint(T checkpoint)
throws StoreException
checkpoint - Checkpoint to set. Must not be null.
java.lang.Exception
StoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||