Interface IndexCommitCallback


public interface IndexCommitCallback
Implementations of this interface can be notified of progress of commit that would update the index. e.g. AsyncIndexUpdate notifies IndexUpdate about how commit progresses, which, in turn notifies registered callbacks (via IndexingContext.registerIndexCommitCallback(org.apache.jackrabbit.oak.plugins.index.IndexCommitCallback)).