Interface IndexUpdateCallback
-
- All Known Subinterfaces:
ContextAwareCallback
public interface IndexUpdateCallback
-
-
Field Summary
Fields Modifier and Type Field Description static IndexUpdateCallbackNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidindexUpdate()Invoked by theIndexEditorfor every NodeState indexed it.
-
-
-
Field Detail
-
NOOP
static final IndexUpdateCallback NOOP
-
-
Method Detail
-
indexUpdate
void indexUpdate() throws CommitFailedExceptionInvoked by theIndexEditorfor every NodeState indexed it.- Throws:
CommitFailedException
-
-