|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.lucis.core.impl.FSStore<T>
T - Checkpoint type.public class FSStore<T>
File system-based store.
| Constructor Summary | |
|---|---|
FSStore(Checkpoint<T> serializer,
java.lang.String indexDir)
|
|
| Method Summary | |
|---|---|
T |
getCheckpoint()
Returns the current checkpoint. |
org.apache.lucene.store.Directory |
getDirectory()
Returns the underlying directory. |
java.lang.Object |
getVersion()
Returns the current version. |
void |
setCheckpoint(T checkpoint)
Sets the current checkpoint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FSStore(Checkpoint<T> serializer,
java.lang.String indexDir)
| Method Detail |
|---|
public org.apache.lucene.store.Directory getDirectory()
DirectoryProvider
getDirectory in interface DirectoryProviderpublic T getCheckpoint()
Store
getCheckpoint in interface Store<T>public void setCheckpoint(T checkpoint)
Store
setCheckpoint in interface Store<T>checkpoint - Checkpoint to set. Must not be null.public java.lang.Object getVersion()
DirectoryProvider
getVersion in interface DirectoryProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||