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