|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexCommitPoint
Method Summary | |
---|---|
void |
delete()
Delete this commit point. |
Collection |
getFileNames()
Returns all index files referenced by this commit point. |
String |
getSegmentsFileName()
Get the segments file ( segments_N ) associated
with this commit point. |
Method Detail |
---|
String getSegmentsFileName()
segments_N
) associated
with this commit point.
Collection getFileNames() throws IOException
IOException
void delete()
Upon calling this, the writer is notified that this commit point should be deleted.
Decision that a commit-point should be deleted is taken by the IndexDeletionPolicy
in effect
and therefore this should only be called by its onInit()
or
onCommit()
methods.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |